Open
Description
./~/react-scroll-pagination/dist/index.js
Module not found: /Users/me/Projects/product-catalogue/node_modules/react-scroll-pagination/node_modules/React/react.js
does not match the corresponding path on disk react
.
Same happens with jQuery also. This was just after updating to the new version. I just checked the commit changes.
In webpack.config.js
https://github.com/codingfishman/react-scroll-pagination/blob/master/webpack.config.js#L9
changing
externals: { react:'React', jquery: 'jQuery' }
to
externals: { react:'react', jquery: 'jquery' }
fixed the issue. Can you please check and confirm. Also the Example fiddle is broken.
Metadata
Metadata
Assignees
Labels
No labels