We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@rollup/[email protected]
1 parent 2061427 commit e487987Copy full SHA for e487987
rollup.config.mjs
@@ -24,6 +24,7 @@ const commonPlugin = [
24
browser: true
25
}),
26
commonjs({
27
+ strictRequires: 'auto',
28
ignore: ['os', 'worker_threads', 'child_process']
29
30
babel({
0 commit comments