Immer: Missing dist files in @7.0.13

Created on 20 Oct 2020  路  8Comments  路  Source: immerjs/immer

馃悰 Bug Report

./dist folder is empty (besides index.js). Published npm package is unusable:
https://unpkg.com/browse/[email protected]/dist/

image

released

Most helpful comment

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/

All 8 comments

Just noticed same.

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

same, build broke :-(

bueller....bueller

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

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/

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 :)

:tada: This issue has been resolved in version 7.0.14 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ymeine picture ymeine  路  6Comments

steida picture steida  路  4Comments

FredyC picture FredyC  路  4Comments

yuanalexwu picture yuanalexwu  路  5Comments

vidarc picture vidarc  路  3Comments