generated from Richienb/node-module-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
yarn workspaces Can't resolve is-typed-array #40
Comments
Looking into it... |
This appears to be another issue caused by polyfilling |
Richienb
added a commit
that referenced
this issue
May 24, 2024
…` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases` Fixes #40, fixes #52, fixes #18, fixes #44 Signed-off-by: Richie Bendall <[email protected]>
Richienb
added a commit
that referenced
this issue
May 24, 2024
…` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases` Fixes #40, fixes #52, fixes #18, fixes #44 Signed-off-by: Richie Bendall <[email protected]>
Richienb
added a commit
that referenced
this issue
May 24, 2024
* feat: add `fs` fallback * Update readme.md * Stop polyfilling `console`, 'domain', `process`, and internal `stream` modules by default; rename `includeAliases` to `additionalAliases`, and allow ignoring the defaults with `onlyAliases` Fixes #40, fixes #52, fixes #18, fixes #44 Signed-off-by: Richie Bendall <[email protected]> * Add as default Signed-off-by: Richie Bendall <[email protected]> * Update readme.md --------- Signed-off-by: Richie Bendall <[email protected]> Co-authored-by: Richie Bendall <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All of my Webpack configs have this plugin enabled.
I've tried adding to nohoist, but no luck
The text was updated successfully, but these errors were encountered: