fix: fix source maps
This commit is contained in:
@ -38,6 +38,10 @@ module.exports = function(config) {
|
||||
{pattern: 'dist/**/*.js.map', included: false, watched: false}
|
||||
],
|
||||
|
||||
preprocessors: {
|
||||
'**/*.js': ['sourcemap']
|
||||
},
|
||||
|
||||
reporters: ['mocha'],
|
||||
port: 9876,
|
||||
colors: true,
|
||||
|
Reference in New Issue
Block a user