comment for commented BundleAnalyzerPlugin webpack plugin

This commit is contained in:
August Skare
2018-11-20 15:41:39 +01:00
parent ad0083dfa0
commit 99176c2d54

View File

@@ -103,6 +103,7 @@ module.exports = (_env, argv) => {
NODE_ENV: JSON.stringify(process.env.NODE_ENV || config.mode),
},
}),
// commented out to check the bundle when needed
//new BundleAnalyzerPlugin(),
]);
}