Skip to content

Commit

Permalink
build: export iife build (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs authored Oct 24, 2024
1 parent 59e7f72 commit 6a525ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"scripts": {
"build": "pnpm build:plugin && pnpm build:module",
"build:plugin": "tsup src/index.ts --dts --format esm,cjs",
"build:plugin": "tsup src/index.ts --dts --format esm,cjs,iife",
"build:module": "nuxt-module-build build --outDir dist/nuxt",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
Expand Down

0 comments on commit 6a525ba

Please sign in to comment.