Fix webpack devtool config

This commit is contained in:
SleepWalker 2016-09-15 00:02:30 +03:00
parent a28340ebde
commit 3fcf10a393

View File

@ -38,7 +38,7 @@ const webpackConfig = {
historyApiFallback: true
},
devtool: isProduction ? 'eval' : false,
devtool: isProduction ? false : 'eval',
plugins: [
new webpack.DefinePlugin({