mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:19:25 +08:00
build: remove clean plugin from dev build
This commit is contained in:
@ -44,7 +44,6 @@ module.exports = merge(common, {
|
|||||||
new webpack.optimize.CommonsChunkPlugin({
|
new webpack.optimize.CommonsChunkPlugin({
|
||||||
names: ['vendor', 'manifest'],
|
names: ['vendor', 'manifest'],
|
||||||
}),
|
}),
|
||||||
new WebpackCleanupPlugin(),
|
|
||||||
// new BundleAnalyzerPlugin({
|
// new BundleAnalyzerPlugin({
|
||||||
// analyzerPort: 8889
|
// analyzerPort: 8889
|
||||||
// })
|
// })
|
||||||
|
Reference in New Issue
Block a user