Closed
Description
It seems that in v3.0.3 with dist/
, webpack will warn about case-sensitive problem when import react-image-crop:
WARNING in ./~/React/react.js
[1] There are multiple modules with names that only differ in casing.
[1] This can lead to unexpected behavior when compiling on a filesystem
[1] with other case-semantic.
[1] Use equal casing. Compare these module identifiers:
[1] * /Path/To/My/Project/node_modules/React/react.js
[1] Used by 1 module(s), i. e.
[1] /Path/To/My/Project/node_modules/react-image-crop/dist/ReactCrop.js
[1] * /Path/To/My/Project/node_modules/react/react.js
[1] Used by 368 module(s), i. e.
[1] /Path/To/My/Project/node_modules/babel-loader/lib/index.js??ref--0!/Path/To/My/Project/views/index.js
Metadata
Metadata
Assignees
Labels
No labels