Skip to content

Commit e487987

Browse files
committed
chore: fix bundling broken after upgrading to @rollup/[email protected]
1 parent 2061427 commit e487987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const commonPlugin = [
2424
browser: true
2525
}),
2626
commonjs({
27+
strictRequires: 'auto',
2728
ignore: ['os', 'worker_threads', 'child_process']
2829
}),
2930
babel({

0 commit comments

Comments
 (0)