Skip to content

Commit d61b120

Browse files
committed
fix: esm result exclude vue module
1 parent 0f5d5d8 commit d61b120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.dist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default [
2323
...basePlugins,
2424
plugins.postcss(),
2525
],
26-
external,
26+
external: external.vue,
2727
},
2828
{
2929
input,

0 commit comments

Comments
 (0)