Skip to content

Commit

Permalink
fix: overlays dep inject error
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed May 6, 2023
1 parent aa46599 commit 3359916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'tsup'

export default defineConfig({
format: ['cjs', 'esm', 'iife'],
external: ['vue-demi'],
external: ['vue-demi', 'vue'],
globalName: 'OverlaysVue',
clean: true,
dts: true,
Expand Down

1 comment on commit 3359916

@vercel
Copy link

@vercel vercel bot commented on 3359916 May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

unoverlays – ./

unoverlays-git-master-tuimao.vercel.app
unoverlays.vercel.app
unoverlays-tuimao.vercel.app

Please sign in to comment.