You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
The following code in index.js causes files built using rollup to throw error during runtime.
(Error: Could not dynamically require "/build/reserved.js". ).
Same issue when bundling with esbuild. Webpack seems to handle this gracefully, but most other bundlers either break during bundling or just leave the file out and break during runtime.
The following code in index.js causes files built using rollup to throw error during runtime.
(Error: Could not dynamically require "/build/reserved.js". ).
For now I've used dynamicRequireTargets with @rollup/plugin-commonjs plugin to resolve this issue.
The text was updated successfully, but these errors were encountered: