Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct Webpack configuration for case sensitive systems like Linux #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maurot0p
Copy link

@maurot0p maurot0p commented Mar 4, 2024

The current build doesn't work on Linux, cant Resolve module 'React', it's supposed to be 'react'. Works on MacOS cause of case insensitivity but fails on Linux. Noticed this while working on the build server.
Warning:
There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers:
node_modules/React/index.js
used by teller-connect-react/dist/teller-connect-react.umd.js
and
/node_modules/react/index.js
Used by 1267 module(s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants