The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages.
In addition, this fix also allows to add polyfill overrides in the current working directory.
The packaging of npm packages resolves the browser modules also from the exports section of the package.json. This provides a better coverage to detect the browser modules inside the npm packages.
In addition, this fix also allows to add polyfill overrides in the current working directory.
Fixes #927 Fixes #915