Skip to content

Commit 2788154

Browse files
committed
fix(build): fix generated code containing unprocessed class field syntax
fix #4052 fix vuejs/vue-cli#6562
1 parent fc7b640 commit 2788154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"baseUrl": ".",
44
"outDir": "dist",
55
"sourceMap": false,
6-
"target": "esnext",
6+
"target": "es2016",
7+
"useDefineForClassFields": false,
78
"module": "esnext",
89
"moduleResolution": "node",
910
"allowJs": false,

0 commit comments

Comments
 (0)