There is some bundled code whose use of Node modules which I know will not be needed in the browser and which I therefore would prefer to be treated as an external and not polyfilled (so as to keep package size down), but I do want polyfills for certain modules.
Hi,
There is some bundled code whose use of Node modules which I know will not be needed in the browser and which I therefore would prefer to be treated as an external and not polyfilled (so as to keep package size down), but I do want polyfills for certain modules.
Are there any existing solutions for this?
Thanks!