custom-react-scripts
custom-react-scripts copied to clipboard
[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
Would it be more convenient to add `src/` to the `includePaths` of the SASS loader? So we can include files in a separate path without counting how many '../' we...
VSCode Jest https://github.com/jest-community/vscode-jest is a great extension which automatically integrates with create-react-scripts. Because custom-react-scripts is a modified version the extension would not detect it automatically. I am wondering if there...
All options set by editing the .env file that is created by default have no effect whatsoever. The reason is, that the environment variables include semicolons at the end of...
When you make a styling change specified in a *.module.scss|less|css file, the changes will compile and cause a window.reload(). This is to be expected, I think, because with modules, you're...
Hi there, A HUGE thanks for this project because you solved exactly what I struggled with (SASS modules). I would like to suggest an improvement: the support of sass-resources-loader. So...
I've set up a basic application with CRA and Mobx and using Custom React Scripts to get decorators working in Create React App. It works great but when I setup...
I'm using the the less-loader in my project, and due to some interesting circumstances I care about the height of my app when it first renders. Unfortunately, when the app...
I'm using CSS modules, and none of the CSS modules are being applied/loaded when I `serve -s build`. Is there a step I'm missing?
Hello there. Is there a way to specify hash size of css modules? Classnames seem unnecessary long right now.