Skip to content

Commit

Permalink
feat: added iife bundle support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkontogiannis committed Sep 29, 2022
1 parent e3b561a commit 24733cf
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 @@ -12,7 +12,7 @@
"test": "jest src/*.test.ts --coverage",
"prebuild": "rimraf dist",
"build:main": "tsup src/index.ts --format esm --sourcemap --dts",
"build:cjs.min": "tsup src/index.ts --format cjs --sourcemap --minify",
"build:cjs.iife.min": "tsup src/index.ts --format cjs,iife --sourcemap --minify",
"build": "npm-run-all lint test --parallel build:*",
"precommit": "npm-run-all test",
"commit": "git-cz ",
Expand Down

0 comments on commit 24733cf

Please sign in to comment.