When running npm run watch, my terminal show 3 compilation errors:
These relative modules were not found:
* ../store in ./src/js/connection/index.js
* ./component in ./src/js/index.js
* ./store in ./src/js/index.js
Is is correct?
When i change it to ../Store, ./Component and fix other directories with the same typo, the errors disappear.
Can i send a PR fixing it and also adding some alias for js files?
When running
npm run watch, my terminal show 3 compilation errors:Is is correct?
When i change it to
../Store,./Componentand fix other directories with the same typo, the errors disappear.Can i send a PR fixing it and also adding some alias for js files?