Package for v2.1.0 is missing the main file `dist/react-promise.cjs.min.js`
Looks like a déjà vu of #9.
See on this package viewer: https://www.jsdelivr.com/package/npm/react-promise?version=2.1.0&path=dist
Clicking on the main file produces 'not found' error: https://cdn.jsdelivr.net/npm/[email protected]/dist/react-promise.cjs.min.js
All seemed fine in 2.0.3: https://cdn.jsdelivr.net/npm/[email protected]/dist/react-promise.cjs.min.js
For our create-react-app setup, this causes problem loading the module for testing by Jest, which makes any component using this module untestable.
I have the same error, in the dist folder not create react-promise.cjs.js, but only react-promise.js. The problem started with version 2.1.0
In the latest update, src/ is missing. Can anyone help out?
Hi, I have this problem too when I use NPM package that uses react-promise 2.1.0. Could you help me?