fix: fix source maps

This commit is contained in:
vsavkin
2016-05-23 16:28:11 -07:00
parent f259a2204b
commit 1be9ea681b
5 changed files with 13 additions and 8 deletions

View File

@ -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,