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 626c631 commit 0bacfa3Copy full SHA for 0bacfa3
.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["es2015", "stage-2"]
3
+}
package.json
@@ -13,11 +13,6 @@
13
"type": "git",
14
"url": "https://github.com/ElemeFE/vue-msgbox.git"
15
},
16
- "babel": {
17
- "presets": [
18
- "es2015"
19
- ]
20
- },
21
"keywords": [
22
"message box",
23
"alert",
@@ -32,6 +27,7 @@
32
27
"babel-loader": "^6.2.0",
33
28
"babel-plugin-transform-runtime": "^6.3.13",
34
29
"babel-preset-es2015": "^6.3.13",
30
+ "babel-preset-stage-2": "^6.5.0",
35
31
"css-loader": "^0.23.1",
36
"eslint": "^1.10.3",
37
"eslint-loader": "^1.1.1",
0 commit comments