This is useful so we can:
- skip special Webpack configuration for ESM configuration
- remove special behavior for
@rollup/plugin-node-resolve and browser entries
Use browser field resolving for specific modules (e.g. Browserify module such as process use browser field) and for other rely on main/module/exports.
This is useful so we can:
@rollup/plugin-node-resolveand browser entriesUse
browserfield resolving for specific modules (e.g. Browserify module such asprocessusebrowserfield) and for other rely onmain/module/exports.