Skip to content

Commit

Permalink
remove bundle analyzer from dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tryoasnafi committed May 9, 2022
1 parent e1a3401 commit 3e4d382
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions webpack.dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// eslint-disable-next-line prefer-destructuring
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;

const { merge } = require('webpack-merge');
const path = require('path');
const common = require('./webpack.common');
Expand All @@ -10,10 +7,4 @@ module.exports = merge(common, {
devServer: {
contentBase: path.resolve(__dirname, 'dist'),
},
plugins: [
new BundleAnalyzerPlugin({
analyzerMode: 'static',
openAnalyzer: false,
}),
],
});

1 comment on commit 3e4d382

@vercel
Copy link

@vercel vercel bot commented on 3e4d382 May 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dicoding-mfwde – ./

dicoding-mfwde-git-main-tryoasnafi.vercel.app
resfi.vercel.app
dicoding-mfwde-tryoasnafi.vercel.app

Please sign in to comment.