Skip to content

Commit 718bbd6

Browse files
committed
feat(client:karma): add karma-sourcemap-loader
1 parent c3b41ef commit 718bbd6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

templates/app/_package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"karma-chrome-launcher": "^1.0.1",
210210
"karma-phantomjs-launcher": "~1.0.0",
211211
"karma-spec-reporter": "~0.0.20",
212+
"karma-sourcemap-loader": "~0.3.7",
212213
"sinon-chai": "^2.8.0",
213214
"mocha": "^2.2.5",<% if(filters.mocha) { %>
214215
"karma-mocha": "^1.0.1",

templates/app/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ module.exports = function(config) {
5959
require('karma-spec-reporter'),
6060
require('karma-phantomjs-launcher'),
6161
require('karma-script-launcher'),
62-
require('karma-webpack')
62+
require('karma-webpack'),
63+
require('karma-sourcemap-loader')
6364
],
6465

6566
// list of files / patterns to exclude

0 commit comments

Comments
 (0)