Skip to content

Commit

Permalink
fix(test): Added sourcemaps to karma
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Roberts committed Mar 31, 2016
1 parent 91fdfab commit 9f11ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = function(karma) {
singleRun: false,

webpack: {
devtool: 'source-map',
resolve: {
root: __dirname,
extensions: ['', '.ts', '.js']
Expand Down

0 comments on commit 9f11ea5

Please sign in to comment.