change client config

This commit is contained in:
HF 2022-09-18 02:23:43 +02:00
parent 1bf8169c57
commit 2ac35ede16

View File

@ -9,7 +9,9 @@ const webpack = require('webpack');
const AssetsPlugin = require('assets-webpack-plugin');
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
// make sure we build in root dir
/*
* make sure we build in root dir
*/
process.chdir(__dirname);
/*