FredKSchott / FredKSchott/rollup-plugin-polyfill-node
Give user the ability to override built-in polyfill implement.
Open
- Dominant language
- TypeScript
- Stars
- 193
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
In most cases, it works great, but in certain extreme scenarios, the built-in polyfills are inadequate to meet the target code's requirements.And there is no way to modify the polyfill code.
For example, some client code use `path.posix.dirname` but this plugin didn't provide such function.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.