add source maps for dev/production (#2873)
This commit is contained in:
parent
139d183485
commit
d372068620
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue