Skip to content

Commit 65b6a3b

Browse files
committed
Turn on iife deps
1 parent 1674a04 commit 65b6a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bundle/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const iifeConfig = {
8080
platform: 'browser',
8181
target: [...config.target, 'es2019'],
8282
noExternal: [
83-
// ...iifeDeps,
83+
...iifeDeps,
8484
...config.noExternal,
8585
],
8686
outputOptions(outputOptions) {

0 commit comments

Comments
 (0)