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.
2 parents 6430bc0 + d55e391 commit 2fc982bCopy full SHA for 2fc982b
lib/template-compiler/index.js
@@ -70,7 +70,7 @@ module.exports = function (html) {
70
71
// prettify render fn
72
if (!isProduction) {
73
- code = prettier.format(code, { semi: false, parser: 'babylon' })
+ code = prettier.format(code, { semi: false, parser: 'babel' })
74
}
75
76
// mark with stripped (this enables Vue to use correct runtime proxy detection)
package.json
@@ -50,7 +50,7 @@
50
"postcss": "^6.0.8",
51
"postcss-load-config": "^1.1.0",
52
"postcss-selector-parser": "^2.0.0",
53
- "prettier": "^1.7.0",
+ "prettier": "^1.16.0",
54
"resolve": "^1.4.0",
55
"source-map": "^0.6.1",
56
"vue-hot-reload-api": "^2.2.0",
0 commit comments