diff --git a/app/webpack.config.js b/app/webpack.config.js index d22f774..42c8202 100644 --- a/app/webpack.config.js +++ b/app/webpack.config.js @@ -65,7 +65,7 @@ module.exports = { plugins: [ new LiveReloadPlugin({}), new HtmlWebpackPlugin({ template: './index.html', file: './build/index.html', inject: false }), - new BundleAnalyzerPlugin(), + // new BundleAnalyzerPlugin(), new webpack.HotModuleReplacementPlugin(), ],