add source maps for dev/production (#2873)

This commit is contained in:
Nolan Lawson
2017-05-07 06:22:30 -07:00
committed by Eugen Rochko
parent 139d183485
commit d372068620
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const merge = require('webpack-merge')
const sharedConfig = require('./shared.js')
module.exports = merge(sharedConfig, {
devtool: 'sourcemap',
devtool: 'cheap-module-eval-source-map',
stats: {
errorDetails: true