Skip to content

Commit

Permalink
disable BundleAnalyzerPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
exqt committed Oct 19, 2023
1 parent 0e2dcaf commit ddcbeb1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ module.exports = (env, options) => {
'COMMITHASH': JSON.stringify(gitRevisionPlugin.commithash()),
'BRANCH': JSON.stringify(gitRevisionPlugin.branch()),
}),
new BundleAnalyzerPlugin({
analyzerMode: "static",
})
/*
new BundleAnalyzerPlugin({
analyzerMode: "static",
})
*/
],
module: {
rules: [
Expand Down

0 comments on commit ddcbeb1

Please sign in to comment.