This commit is contained in:
Eugene Pankov
2021-09-15 20:38:18 +02:00
parent a066e10110
commit 5fccca2f00
7 changed files with 609 additions and 20 deletions

View File

@@ -50,5 +50,5 @@ module.exports = {
}
if (process.env.BUNDLE_ANALYZER) {
module.exports[0].plugins.push(new BundleAnalyzerPlugin())
module.exports.plugins.push(new BundleAnalyzerPlugin())
}