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
I would like to know if it is possible to merge implementation with https://github.com/browserify/resolve or if it's possible to create a standalone function that can be called outside of the rollup context (so without depending on the this valorized by rollup)
The text was updated successfully, but these errors were encountered:
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ
Feature Use Case
As for now https://github.com/browserify/resolve doesn't support ESM fields (imports, exports), this is a problem for other tools including Vite which depends on it to resolve imports in SSR. I've opened an issue to Vite vitejs/vite#3953 to ask them if it is possible to replace it with https://github.com/webpack/enhanced-resolve.
This solves the issue but i find https://github.com/webpack/enhanced-resolve implementation quite hard maintain while plugin-node-resolve on the other hand is much simpler.
Feature Proposal
I would like to know if it is possible to merge implementation with https://github.com/browserify/resolve or if it's possible to create a standalone function that can be called outside of the rollup context (so without depending on the
this
valorized by rollup)The text was updated successfully, but these errors were encountered: