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.
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.