Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(internal): reverting to prevent increased bundle size
Webpacks's treeshaking is negatively impacted by telling it to prefer `main` field instead of `module`. `module` point to esm modules which are what webpack needs to do its [treeshaking](https://webpack.js.org/guides/tree-shaking/).
- Loading branch information