mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 08:02:25 +08:00
fix: ensure panel.datasource is null as default
This commit is contained in:
@ -45,8 +45,8 @@ module.exports = merge(common, {
|
||||
names: ['vendor', 'manifest'],
|
||||
}),
|
||||
new WebpackCleanupPlugin(),
|
||||
new BundleAnalyzerPlugin({
|
||||
analyzerPort: 8889
|
||||
})
|
||||
// new BundleAnalyzerPlugin({
|
||||
// analyzerPort: 8889
|
||||
// })
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user