Skip to content

Remove `module` entry from package.json

Compare
Choose a tag to compare
@mweibel mweibel released this 22 Jun 07:30
· 223 commits to master since this release

create-react-app have issues with the module entry:
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify

So we removed it. Only publishing the lib/ as the main entrypoint.