Skip to content

Commit

Permalink
fix(isolated-element): Output iife format
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Feb 4, 2023
1 parent 209433f commit b6b1473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/isolated-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"scripts": {
"build": "tsup src/index.ts --clean --out-dir lib --format esm,cjs --dts",
"build": "tsup src/index.ts --clean --out-dir lib --dts --format esm,cjs,iife --global-name webExtCoreIsolatedElement",
"build:dependencies": "cd ../.. && turbo run build --filter=@webext-core/isolated-element^...",
"test": "vitest -r src",
"test:coverage": "vitest run -r src --coverage",
Expand Down

0 comments on commit b6b1473

Please sign in to comment.