react-app-rewire-contrib icon indicating copy to clipboard operation
react-app-rewire-contrib copied to clipboard

A collection of rewires for react-app-rewired

Results 6 react-app-rewire-contrib issues
Sort by recently updated
recently updated
newest added

Nothing changes when I use this solution, I still get regular app without bundle. I use config-overrides.js with next content: ``` const rewireReactLibrary = require('react-app-rewire-react-library'); const pkg = require('./package.json'); module.exports...

inline: true no longer exists, autoLabel: true might be the new thing to auto-generate the labels that make sense. This stopped working suddenly over this weekend iirc, so I'm guessing...

It looks like the `inline` option that is recommended in the docs for `react-app-rewire-emotion` is not used by the emotion babel plugin: https://github.com/osdevisnot/react-app-rewire-contrib/blame/master/packages/react-app-rewire-emotion/README.md#L50

the previous `"babel-plugin-emotion": "^8 || ^9"` issues this warning: ```[email protected]" has unmet peer dependency "babel-plugin-emotion@^8 || ^9"``` even though `babel-plugin-emotion^9.2.6` is installed

Under the [Usage with Storybook](https://github.com/osdevisnot/react-app-rewire-contrib/tree/master/packages/react-app-rewire-emotion#usage-with-storybook) section, it says you need to do this in your `webpack.config.js`: ``` const rewireEmotion = require('react-app-rewire-emotion'); ``` This didn't work for me, but I fixed...