custom-react-scripts icon indicating copy to clipboard operation
custom-react-scripts copied to clipboard

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting

Results 44 custom-react-scripts issues
Sort by recently updated
recently updated
newest added

support for postcss plugin as postcss loader standard config

Please refer to the following for details https://github.com/webpack-contrib/css-loader/issues/131 Setting `importLoaders: 2` seems to fix the issue. I tried this and it works for me.

The template that's generated from snapshot tests has the CSS classnames as `unknown`. After doing a little bit of research, it looks like the easiest way to solve this is...

Next.js has the nice functionality of allowing to merge in a custom babel config. See: https://github.com/zeit/next.js/issues/26 This would enable to do things like adding an import plugin for andtd (https://github.com/facebookincubator/create-react-app/issues/2463)...

I'm trying to use Sass Globbing for file imports but this doesn't seem to be supported. My Sass file: ``` // Common and Base Styles @import 'common/breakpoints'; @import 'common/fonts'; @import...

Using latest version of npm (5.0.3) and node (8.1.1). I've run into a critical problem with SASS. Application works perfect in UNIX* system, but crashes in Windows. In process of...

Hello there, Thanks for such a brilliant work you did so far by implementing CSS-Modules and other CSS pre-processors. I was wondering if it would be possible to implement the...

I think it would be cool to implement [babel-plugin-react-css-modules](https://www.npmjs.com/package/babel-plugin-react-css-modules). This would allow us to use `styleName` with CSS modules in our React components. I can try out a PR if...

Is it supposed to work with yarn? If I use `yarn install` the file `./node_modules/custom-react-scripts/.eslintrc` is missing. If I use `npm install`, the file is created.

May I know is it in your development scope to add Relay support? Specifically support **babel-plugin-react-relay** package by adding *RELAY=true* to *.env* file, to allow writing code like: ``` Relay.QL`/**...