We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f914d commit ed0b54bCopy full SHA for ed0b54b
karma.conf.js
@@ -12,7 +12,7 @@ module.exports = function(config) {
12
exclude: [],
13
14
preprocessors: {
15
- 'specs/main.js': ['webpack']
+ 'specs/main.js': ['webpack', 'sourcemap']
16
},
17
18
webpack: {
package.json
@@ -36,6 +36,7 @@
36
"karma-cli": "0.0.4",
37
"karma-firefox-launcher": "0.1.3",
38
"karma-mocha": "0.1.3",
39
+ "karma-sourcemap-loader": "^0.2.0",
40
"karma-webpack": "1.2.1",
41
"mocha": "1.20.1",
42
"react": ">=0.11.0",
0 commit comments