Disable bundle analyzer for ci builds
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = {
|
|||||||
plugins: [
|
plugins: [
|
||||||
new LiveReloadPlugin({}),
|
new LiveReloadPlugin({}),
|
||||||
new HtmlWebpackPlugin({ template: './index.html', file: './build/index.html', inject: false }),
|
new HtmlWebpackPlugin({ template: './index.html', file: './build/index.html', inject: false }),
|
||||||
new BundleAnalyzerPlugin(),
|
// new BundleAnalyzerPlugin(),
|
||||||
new webpack.HotModuleReplacementPlugin(),
|
new webpack.HotModuleReplacementPlugin(),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user