ro-savage / react-scripts-cssmodules

Enable CSS Modules for Create-React-App using the official CRA api
https://www.npmjs.com/package/react-scripts-cssmodules
47 stars 5 forks source link

🐛 fix mjs files resolving before js files as in CRA#4085 #10

Closed a-tokyo closed 5 years ago

a-tokyo commented 6 years ago

Actions:

Description:

A bug was found in CRA jest config where mjs files resolve before js files, this breaks support for using GraphQL (relay, apollo, etc) within create-react-app projects. This PR fixes this bug.

ro-savage commented 5 years ago

Thanks for your PR.

This has been resolved by upgrading to 1.1.5 as the base. Please let me know if you still encounter an issue.

And sorry for the long delay.