Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c515d24

Browse files
authored
Merge pull request preboot#48 from phra/deps/isparta
switch to new isparta-loader, fixes preboot#47
2 parents cdb919b + be26132 commit c515d24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"extract-text-webpack-plugin": "^1.0.1",
3434
"file-loader": "^0.9.0",
3535
"html-webpack-plugin": "^2.7.1",
36-
"isparta-instrumenter-loader": "^1.0.0",
36+
"isparta-loader": "^2.0.0",
3737
"jasmine-core": "^2.3.4",
3838
"karma": "^1.1.0",
3939
"karma-coverage": "^1.0.0",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module.exports = function makeWebpackConfig () {
130130
/node_modules/,
131131
/\.spec\.js$/
132132
],
133-
loader: 'isparta-instrumenter'
133+
loader: 'isparta-loader'
134134
})
135135
}
136136

0 commit comments

Comments
 (0)