rollup-plugin-polyfill-node
rollup-plugin-polyfill-node copied to clipboard
Give user the ability to override built-in polyfill implement.
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.