Load source maps of dependencies for tests
This commit is contained in:
@@ -74,6 +74,11 @@ module.exports = function (karma) {
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
enforce: 'pre',
|
||||
use: ['source-map-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
use: {
|
||||
|
||||
Reference in New Issue
Block a user