Soucemap on tests

This commit is contained in:
Shin'ya Ueoka 2018-07-21 13:54:28 +09:00
parent fc5e6b2b41
commit a05df9d7b6

View file

@ -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']
}, },