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

Add .npmignore to avoid path conflicts

Open marcofugaro opened this issue 8 years ago • 0 comments

I tried using this package with create-react-app and it breaks the webpack compilation because it has issues with the CaseSensitivePathsPlugin

here is the issue:

[CaseSensitivePathsPlugin] 
Module not found:
`/Users/marco/Code/repo/node_modules/react-codemirror/src/codemirror.js`
does not match the corresponding path on disk `Codemirror.js`.

this issue does not happen if in the package is not present a src/Codemirror.js

This should also solve issue #108

marcofugaro avatar Jun 20 '17 16:06 marcofugaro