custom-react-scripts
custom-react-scripts copied to clipboard
[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
Currently im using this as my CRA script~ it would be great if i could use typescript as well as CSS module and stuff offered in this repo https://github.com/wmonk/create-react-app-typescript
### Is this a bug report? yes ### Can you also reproduce the problem with npm 4.x? i think this issue not related to npm ver ### Which terms did...
I have a react component which looks like this: ```javascript class SignIn extends React.Component { state = { username: '', password: '', remember: false } usernameChange = (e) => {...
Hey! Thanks for the amazing package! I have a question about new `npm` vulnerabilities functionality. The problem that we have all 36 vulnerabilities fired from `custom-react-scripts` (before updating from 0.2.1...
As per the rule description, it is intended for applications targeting pre-ES5 environments. If we only care about ES5+, then it is actually recommended to use the opposite setting, which...
Why CSS Modules are generating classNames with -- on the end? example: I'm using this pattern: REACT_APP_CSS_MODULE_CLASSNAME_TEMPLATE = '[path]-[hash:base64:5]'; And the generated class always has a -- on the end,...
Is this a bug report? - Yes. Hi, I'm using custom-react-scripts 0.2.2. Seems less moduling is not working. Here are my env variables: ```bash REACT_APP_DECORATORS=true REACT_APP_LESS=true REACT_APP_CSS_MODULES=true REACT_APP_LESS_MODULES=true REACT_APP_CSS_MODULE_CLASSNAME_TEMPLATE='module-[sha512:hash:base32]-[name]-[local]' ```
I've upgraded style-loader to address issue #144 where using CSS modules would not allow for HMR. Here is the PR that was merged to allow for CSS modules to work...
Am i missing something? Adding vars to either .env or .env.local are not available via process.env?
Hi, how are you all? I was creating a new setup with https://github.com/storybooks/storybook, and when I Include an stylus file the storybook can`t read the file because they need to...