We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to the current arguments, some errors may appear: Automattic/mongoose#12335 rollup/rollup#4787 solidjs/solid-start#626
Example:
kit/packages/adapter-node/rollup.config.js
Line 13 in f8dd775
-plugins: [nodeResolve({ preferBuiltins: true }), commonjs(), json()], +plugins: [nodeResolve({ preferBuiltins: true }), commonjs({ strictRequires: true }), json()],
No response
would make my life easier
https://github.com/rollup/plugins/tree/master/packages/commonjs#strictrequires
The text was updated successfully, but these errors were encountered:
strictRequires: true
adapter-node
fix: use strictRequires: true (#8958)
475ae48
fixes #8891
Successfully merging a pull request may close this issue.
Describe the problem
Due to the current arguments, some errors may appear:
Automattic/mongoose#12335
rollup/rollup#4787
solidjs/solid-start#626
Describe the proposed solution
Example:
kit/packages/adapter-node/rollup.config.js
Line 13 in f8dd775
Alternatives considered
No response
Importance
would make my life easier
Additional Information
https://github.com/rollup/plugins/tree/master/packages/commonjs#strictrequires
The text was updated successfully, but these errors were encountered: