Skip to content

Commit

Permalink
commonjs: switch strictRequires back to "auto"
Browse files Browse the repository at this point in the history
The new default leads to commonjs getting stuck. Setting it
back to "auto" makes it work again.
  • Loading branch information
zsuffad committed Oct 29, 2024
1 parent 72f4d51 commit bf5ef14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ Dependencies:
}),
commonjs({
include: 'node_modules/**',
strictRequires: 'auto',
}),
json(),
urlPlugin({
Expand Down

0 comments on commit bf5ef14

Please sign in to comment.