Skip to content

Commit 7db65d7

Browse files
committedNov 26, 2015
Update isparta instrumenter to 1.0.0
1 parent 106f81e commit 7db65d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"extract-text-webpack-plugin": "^0.8.2",
3232
"file-loader": "^0.8.4",
3333
"html-webpack-plugin": "^1.6.2",
34-
"isparta-instrumenter-loader": "^0.2.1",
34+
"isparta-instrumenter-loader": "^1.0.0",
3535
"jasmine-core": "^2.3.4",
3636
"karma": "^0.13.14",
3737
"karma-coverage": "^0.5.3",

‎webpack.make.js

-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ module.exports = function makeWebpackConfig (options) {
9393
// Compiles ES6 and ES7 into ES5 code
9494
test: /\.js$/,
9595
loader: 'babel',
96-
query: {
97-
presets: ['es2015']
98-
},
9996
exclude: /node_modules/
10097
}, {
10198
// ASSET LOADER

0 commit comments

Comments
 (0)