Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing dist files in @7.0.13 #685

Labels

Comments

@apostolos
Copy link
Contributor

apostolos commented Oct 20, 2020

🐛 Bug Report

./dist folder is empty (besides index.js). Published npm package is unusable:
https://unpkg.com/browse/immer@7.0.13/dist/

image

@ronaldgj
Copy link

Just noticed same.

@dsebastien
Copy link

+1, I just broke my repo by merging the update a tad too fast ;-)

@mikepage
Copy link

Reference: reduxjs/cra-template-redux#30

@dsacramone
Copy link

dsacramone commented Oct 20, 2020

same, build broke :-(

bueller....bueller

@apostolos apostolos changed the title Missing dist files from v7.0.13 Missing dist files in @7.0.13 Oct 20, 2020
@nobrayner
Copy link

Just found this while trying to spin up a new create-react-app project with the redux-typescript template...

@mikepage
Copy link

Quick fix for yarn users, add this to the package.json file.

"resolutions": {
    "immer": "7.0.9"
},

Read more: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/

@mweststrate
Copy link
Collaborator

hmm somehow the build doesn't bail out from releasing when there is a build error in CI. Any PR on the .travis.yml file to fix that is welcome :)

@aleclarson
Copy link
Member

🎉 This issue has been resolved in version 7.0.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

This was referenced Mar 14, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment