newgrid: worked panel duplicate

This commit is contained in:
Torkel Ödegaard
2017-10-12 19:01:02 +02:00
parent 48c8e4d627
commit 770a21b368
5 changed files with 47 additions and 36 deletions

View File

@ -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,