Skip to content

Module not found #11

Open
Open
@shirazz

Description

@shirazz

./~/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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions