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 c77a2e5 commit ef9fbbaCopy full SHA for ef9fbba
build/karma.config.js
@@ -5,9 +5,10 @@ module.exports = function (config) {
5
frameworks: ['jasmine'],
6
files: ['../test/unit/specs/index.js'],
7
preprocessors: {
8
- '../test/unit/specs/index.js': ['webpack']
+ '../test/unit/specs/index.js': ['webpack', 'sourcemap']
9
},
10
webpack: {
11
+ devtool: '#inline-source-map',
12
module: {
13
loaders: [
14
{
package.json
@@ -54,6 +54,7 @@
54
"karma-coverage": "^0.5.0",
55
"karma-jasmine": "^0.3.5",
56
"karma-phantomjs-launcher": "^0.2.1",
57
+ "karma-sourcemap-loader": "^0.3.7",
58
"karma-spec-reporter": "0.0.23",
59
"karma-webpack": "^1.7.0",
60
"nightwatch": "^0.8.15",
0 commit comments