We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f5f53 commit a571bd1Copy full SHA for a571bd1
gulpfile.js
@@ -159,7 +159,7 @@ var KARMA_CONFIG = {
159
mocha: MOCHA_CONFIG
160
},
161
preprocessors: {
162
- "test/**/*-test.js": ["webpack"]
+ "test/**/*-test.js": ["webpack", "sourcemap"]
163
164
webpack: {
165
module: {
@@ -170,6 +170,7 @@ var KARMA_CONFIG = {
170
}
171
]
172
173
+ devtool: "inline-source-map"
174
175
webpackMiddleware: {
176
noInfo: true
package.json
@@ -67,6 +67,7 @@
67
"karma-mocha-reporter": "^2.0.0",
68
"karma-safari-launcher": "^1.0.0",
69
"karma-sauce-launcher": "^1.1.0",
70
+ "karma-sourcemap-loader": "^0.3.7",
71
"karma-webpack": "^2.0.2",
72
"lodash.bind": "^4.1.3",
73
"lodash.clonedeep": "^4.3.2",
0 commit comments