We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafbf26 commit a47aca9Copy full SHA for a47aca9
.babelrc
@@ -0,0 +1,6 @@
1
+{
2
+ "sourceMaps": "inline",
3
+ "presets": ["es3", "es2015-mod"],
4
+ "auxiliaryCommentBefore": "istanbul ignore start",
5
+ "auxiliaryCommentAfter": "istanbul ignore end"
6
+}
.npmignore
@@ -13,3 +13,4 @@ Gruntfile.js
13
index.html
14
karma.conf.js
15
style.css
16
+.babelrc
package.json
@@ -63,14 +63,5 @@
63
"webpack": "^1.12.2",
64
"webpack-dev-server": "^1.12.0"
65
},
66
- "optionalDependencies": {},
67
- "babel": {
68
- "sourceMaps": "inline",
69
- "presets": [
70
- "es3",
71
- "es2015-mod"
72
- ],
73
- "auxiliaryCommentBefore": "istanbul ignore start",
74
- "auxiliaryCommentAfter": "istanbul ignore end"
75
- }
+ "optionalDependencies": {}
76
}
0 commit comments