Novicell/novicell-frontend

Duplicated config key

Opened this issue · 0 comments

new BundleAnalyzerPlugin({
analyzerMode: 'disabled',
logLevel: 'silent',
analyzerMode: 'static',
openAnalyzer: false
}),

Which one is it?
analyzerMode: 'disabled', or analyzerMode: 'static', ?

:P