Fix: dist.dev need to use production sourcemaps not development
This commit is contained in:
parent
6322bf3106
commit
9e6902abe9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const webpackBaseConfig = require('./webpack.base.config.js');
|
|||
process.env.NODE_ENV = 'production';
|
||||
|
||||
module.exports = merge(webpackBaseConfig, {
|
||||
devtool: 'eval-source-map',
|
||||
devtool: 'source-map',
|
||||
|
||||
entry: {
|
||||
main: './src/index.js'
|
||||
|
|
Loading…
Reference in a new issue