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
fix(node-resolve): refactor handling builtins, do not log warning if no local version (#637)
* refactor handling builtins
* remove duplicate code block
* do not warn when using a builtin when no local version
* add not about warnings to readme
Co-authored-by: Andrew Powell <[email protected]>
`preferring built-in module '${importee}' over local alternative at '${resolvedWithoutBuiltins.location}', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning`
0 commit comments