Skip to content

Commit

Permalink
fix(test-utils): external vue macros helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 28, 2023
1 parent 7ceb8e7 commit 78d57f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-hounds-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-macros/test-utils': patch
---

external vue macros helpers
2 changes: 1 addition & 1 deletion packages/test-utils/src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function rollupBuild(file: string, plugins: InputPluginOption) {
'@vueuse/core',
'/plugin-vue/export-helper',
'\0plugin-vue2:normalizer',
/\/vue-macros\/.*/,
/^\/vue-macros\/.*/,
],
plugins,
treeshake: false,
Expand Down

0 comments on commit 78d57f4

Please sign in to comment.