We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106f81e commit 7db65d7Copy full SHA for 7db65d7
.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["es2015"]
3
+}
package.json
@@ -31,7 +31,7 @@
31
"extract-text-webpack-plugin": "^0.8.2",
32
"file-loader": "^0.8.4",
33
"html-webpack-plugin": "^1.6.2",
34
- "isparta-instrumenter-loader": "^0.2.1",
+ "isparta-instrumenter-loader": "^1.0.0",
35
"jasmine-core": "^2.3.4",
36
"karma": "^0.13.14",
37
"karma-coverage": "^0.5.3",
webpack.make.js
@@ -93,9 +93,6 @@ module.exports = function makeWebpackConfig (options) {
93
// Compiles ES6 and ES7 into ES5 code
94
test: /\.js$/,
95
loader: 'babel',
96
- query: {
97
- presets: ['es2015']
98
- },
99
exclude: /node_modules/
100
}, {
101
// ASSET LOADER
0 commit comments