resir014 / react-redux-typescript-example

Demonstrating the common patterns when using React, Redux v4, and TypeScript.
https://resir014.xyz/posts/2018/07/06/redux-4-plus-typescript/
586 stars 150 forks source link

Fixed reference to node_module folder for polished and react-emotions #10

Closed fossmo closed 5 years ago

resir014 commented 5 years ago

Modules are automatically resolved to node_modules with Parcel, no need to do this.

fossmo commented 5 years ago

It didn't work in my setup with Yarn workspaces. The pull request fixed the issue.