bundle analyzer is needed for prod not dev...
This commit is contained in:
parent
3de88441fd
commit
7649882995
@ -76,7 +76,7 @@ module.exports = (env, argv) => {
|
|||||||
map: { inline: false, annotation: true }
|
map: { inline: false, annotation: true }
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
isEnvDevelopment &&
|
isEnvProduction &&
|
||||||
new BundleAnalyzerPlugin({
|
new BundleAnalyzerPlugin({
|
||||||
analyzerMode: 'static',
|
analyzerMode: 'static',
|
||||||
openAnalyzer: false
|
openAnalyzer: false
|
||||||
|
Loading…
Reference in New Issue
Block a user