Soucemap on tests
This commit is contained in:
parent
fc5e6b2b41
commit
a05df9d7b6
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ module.exports = function (config) {
|
||||||
],
|
],
|
||||||
|
|
||||||
preprocessors: {
|
preprocessors: {
|
||||||
'test/main.js': [ 'webpack' ],
|
'test/main.js': [ 'webpack', 'sourcemap' ],
|
||||||
'test/**/*.test.js': [ 'webpack' ],
|
'test/**/*.test.js': [ 'webpack', 'sourcemap' ],
|
||||||
'test/**/*.test.jsx': [ 'webpack' ],
|
'test/**/*.test.jsx': [ 'webpack', 'sourcemap' ],
|
||||||
'test/**/*.html': ['html2js']
|
'test/**/*.html': ['html2js']
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Reference in a new issue