add sourcemaps to gulp pipelines

This commit is contained in:
Jakob Schrettenbrunner 2018-05-31 17:59:18 +02:00
parent 11d96c44d1
commit a1558fa00f
5 changed files with 2592 additions and 2441 deletions

View file

@ -39,4 +39,5 @@ module.exports = {
extensions: ['*', '.js', '.vue', '.json']
},
plugins: [],
devtool: '#source-map',
};