Load source maps of dependencies for tests

This commit is contained in:
Andreas Hocevar
2022-04-09 10:27:16 +02:00
parent ffee2f727e
commit 5722460250
4 changed files with 89 additions and 1 deletions
+5
View File
@@ -74,6 +74,11 @@ module.exports = function (karma) {
},
module: {
rules: [
{
test: /\.js$/,
enforce: 'pre',
use: ['source-map-loader'],
},
{
test: /\.js$/,
use: {