mobxjs / mobx-react

React bindings for MobX
https://mobx.js.org/react-integration.html
MIT License
4.85k stars 350 forks source link

build 6.2.4 is broken (missing files) #890

Closed blendsdk closed 4 years ago

blendsdk commented 4 years ago

Hi,

I just updated to v6.2.4 and my react project broke due: Cannot find module: './mobxreact.cjs.production.min.js'. Make sure this package is installed.

Looking at: https://unpkg.com/browse/mobx-react@6.2.4/dist/ we mis the built files.

For comparing take a look at:

https://unpkg.com/browse/mobx-react@6.2.3/dist/

mweststrate commented 4 years ago

Apologies, did run the wrong release command. Should be fixed in 6.2.5. Apologies and thanks for reporting!