Skip to content

Commit fc01f29

Browse files
authored
chore: change back to compat
1 parent 1a41b96 commit fc01f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/tasks/rollup/resolveRollupConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export function resolveRollupConfig(
207207
entryFileNames,
208208
esModule: true,
209209
format,
210-
interop: 'auto',
210+
interop: 'compat',
211211
sourcemap: config?.sourcemap ?? true,
212212
hoistTransitiveImports: false,
213213
...config?.rollup?.output,

0 commit comments

Comments
 (0)