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.
hoistStatic: false
1 parent e5750bd commit 52a60f7Copy full SHA for 52a60f7
1 file changed
packages/vue/build/build.ts
@@ -21,6 +21,8 @@ const buildBundle = () => {
21
vue({
22
isProduction: true,
23
sourceMap: false,
24
+ // https://github.com/vuejs/core/issues/5256#issuecomment-1173891407
25
+ template: { compilerOptions: { hoistStatic: false } },
26
}),
27
],
28
bundle: true,
0 commit comments