Skip to content

Commit 075ee78

Browse files
committed
fix(dist): vue2 dist mjs
affects: @he-tree/vue
1 parent 9fbe0cb commit 075ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from "../dist/v2/index.es.js";
1+
export * from "../dist/v2/index.mjs";
22
// enable this if your library has default export
33
// export { default as default } from "../dist/v2/index.es.js";

0 commit comments

Comments
 (0)