We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f338e8 + 9a9a569 commit 866711cCopy full SHA for 866711c
2 files changed
package.json
@@ -28,8 +28,10 @@
28
"clappr": "latest"
29
},
30
"devDependencies": {
31
- "babel-core": "^5.8.25",
32
- "babel-loader": "^5.3.2",
+ "babel-core": "^6.5.1",
+ "babel-loader": "^6.2.2",
33
+ "babel-plugin-add-module-exports": "^0.1.2",
34
+ "babel-preset-es2015": "^6.5.0",
35
"transfer-webpack-plugin": "^0.1.4",
36
"html-loader": "^0.3.0",
37
"sass-loader": "^3.1.1",
webpack.config.js
@@ -25,6 +25,7 @@ module.exports = {
25
loader: 'babel',
26
query: {
27
compact: true,
+ presets: ['es2015'],
}
{ test: /\.(png|woff|eot|ttf|swf)/, loader: 'file-loader' }
0 commit comments