mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 07:42:11 +08:00
newgrid: worked panel duplicate
This commit is contained in:
@ -3,7 +3,7 @@ const merge = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
config = merge(common, {
|
||||
devtool: 'inline-source-map',
|
||||
devtool: 'cheap-module-source-map',
|
||||
externals: {
|
||||
'react/addons': true,
|
||||
'react/lib/ExecutionEnvironment': true,
|
||||
|
Reference in New Issue
Block a user