This commit is contained in:
Mario Romano
2016-12-15 01:05:54 +00:00
parent e133fd6408
commit 04768f9798
34 changed files with 145 additions and 290 deletions

View File

@@ -5,7 +5,8 @@ var helpers = require('./helpers');
var CopyWebpackPlugin = require('copy-webpack-plugin');
module.exports = webpackMerge(commonConfig, {
devtool: 'cheap-module-source-map',
devtool: 'cheap-module-eval-source-map',
output: {
path: helpers.root('dist'),