Skip to content

Commit

Permalink
remove bundle analyzer from build stage to avoid failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfloegel committed Dec 23, 2019
1 parent d8004bc commit 340a2f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const path = require('path');
const TerserPlugin = require('terser-webpack-plugin');
const nodeExternals = require('webpack-node-externals');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin;

module.exports = {
mode: 'production',
Expand All @@ -19,7 +17,6 @@ module.exports = {
// minimize: false
minimizer: [new TerserPlugin()]
},
plugins: [new BundleAnalyzerPlugin()],
module: {
rules: [
{
Expand Down

0 comments on commit 340a2f6

Please sign in to comment.