react-codemirror
react-codemirror copied to clipboard
Add .npmignore to avoid path conflicts
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