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
How do you envision this feature/change to look/work like?
When developer consumes a library such as grpc, which relies on the bundler to supply missing browser polyfill such as os, http2
Plasmo should polyfill these modules automatically without user having to manually install/debug with them (similar behavior to nextjs)
What is the purpose of this change/feature? Why?
Manually installing these polyfills is a PITA, and folks rather see just their direct dependency, and not the polyfilled.
One drawback to this tho, is that now Plasmo essentially "relies" on the 3rd party polyfills - although they are open-source, there are cases where developer might want to provide their own polyfill. This feature must ensure that the developer's dependency is respected before providing its opinionated polyfill.
(OPTIONAL) Example implementations
No response
(OPTIONAL) Contact Details
No response
Verify canary release
I verified that the issue exists in plasmo canary release
How do you envision this feature/change to look/work like?
When developer consumes a library such as grpc, which relies on the bundler to supply missing browser polyfill such as os, http2
Plasmo should polyfill these modules automatically without user having to manually install/debug with them (similar behavior to nextjs)
What is the purpose of this change/feature? Why?
Manually installing these polyfills is a PITA, and folks rather see just their direct dependency, and not the polyfilled.
One drawback to this tho, is that now Plasmo essentially "relies" on the 3rd party polyfills - although they are open-source, there are cases where developer might want to provide their own polyfill. This feature must ensure that the developer's dependency is respected before providing its opinionated polyfill.
(OPTIONAL) Example implementations
No response
(OPTIONAL) Contact Details
No response
Verify canary release
plasmo
canary releaseCode of Conduct
The text was updated successfully, but these errors were encountered: