add sourcemaps to gulp pipelines
This commit is contained in:
parent
11d96c44d1
commit
a1558fa00f
5 changed files with 2592 additions and 2441 deletions
|
@ -39,4 +39,5 @@ module.exports = {
|
|||
extensions: ['*', '.js', '.vue', '.json']
|
||||
},
|
||||
plugins: [],
|
||||
devtool: '#source-map',
|
||||
};
|
||||
|
|
Reference in a new issue