react-promise icon indicating copy to clipboard operation
react-promise copied to clipboard

Package for v2.1.0 is missing the main file `dist/react-promise.cjs.min.js`

Open slawomir-brzezinski-at-clarksons opened this issue 6 years ago • 3 comments

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

drakonkat avatar Mar 01 '19 14:03 drakonkat

In the latest update, src/ is missing. Can anyone help out?

supermansi avatar Oct 17 '19 19:10 supermansi

Hi, I have this problem too when I use NPM package that uses react-promise 2.1.0. Could you help me?

kieryk123 avatar Apr 03 '20 07:04 kieryk123