diff --git a/webpack.config.client.js b/webpack.config.client.js index 8e2f104..ba7dda0 100644 --- a/webpack.config.client.js +++ b/webpack.config.client.js @@ -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); /*