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 aaa64a8 commit a15a68dCopy full SHA for a15a68d
.babelrc
@@ -3,6 +3,5 @@
3
["env", { "modules": false }],
4
"stage-2"
5
],
6
- "plugins": ["transform-runtime"],
7
- "comments": false
+ "plugins": ["transform-runtime"]
8
}
package.json
@@ -79,7 +79,7 @@
79
"vue-loader": "12.2.1",
80
"vue-style-loader": "3.0.1",
81
"vue-template-compiler": "2.3.3",
82
- "webpack": "2.6.1",
+ "webpack": "3.0.0",
83
"webpack-bundle-analyzer": "2.8.2",
84
"webpack-dev-middleware": "1.10.2",
85
"webpack-hot-middleware": "2.18.0",
0 commit comments