We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1674a04 commit 65b6a3bCopy full SHA for 65b6a3b
1 file changed
packages/bundle/tsdown.config.ts
@@ -80,7 +80,7 @@ const iifeConfig = {
80
platform: 'browser',
81
target: [...config.target, 'es2019'],
82
noExternal: [
83
- // ...iifeDeps,
+ ...iifeDeps,
84
...config.noExternal,
85
],
86
outputOptions(outputOptions) {
0 commit comments