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
Allow to require module path from whitelisted dependency
Required module path can be one of
- `fs` (built-in Node.js module),
- `abortcontroller-polyfill` (external main module),
- `abortcontroller-polyfill/dist/cjs-ponyfill` (external submodule).
FastBoot's build system requires only dependency whitelisting,
thus looking only for the first part of module path.
0 commit comments