-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
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:
| plugins: [nodeResolve({ preferBuiltins: true }), commonjs(), json()], |
-plugins: [nodeResolve({ preferBuiltins: true }), commonjs(), json()],
+plugins: [nodeResolve({ preferBuiltins: true }), commonjs({ strictRequires: true }), json()],Alternatives considered
No response
Importance
would make my life easier
Additional Information
https://github.com/rollup/plugins/tree/master/packages/commonjs#strictrequires