Merge pull request #3122 from Xotic750/dist_dev_use_prod_sourcemaps
Fix: dist.dev need to use production sourcemaps not development
This commit is contained in:
commit
5f902e948a
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…
Add table
Reference in a new issue