react-scripts-cssmodules
react-scripts-cssmodules copied to clipboard
Enable CSS Modules for Create-React-App using the official CRA api
Results
2
react-scripts-cssmodules issues
Sort by
recently updated
recently updated
newest added
Just wanted to confirm that with the impending arrival of react-scripts v2.0.0 (beta out now), react-scripts-cssmodules will no longer be needed, right? CRA now has built in support for CSS...
I have just moved `[email protected]` to `react-scripts-cssmodules` and now when running `npm run build` `Cannot read property 'thisCompilation' of undefined` Package.json ``` { "name": "aviva_penny", "version": "1.0.0", "private": true, "homepage":...