cra-rewire-styled-components
v1.0.2
Published
Add the styled-components Babel plugin to your CRA
Downloads
1
Maintainers
Readme
cra-rewire-styled-components
Add the babel-plugin-styled-components
to your create-react-app
Installation
npm install cra-rewire-styled-components -D
or
yarn add cra-rewire-styled-components -D
Usage
const craRewireStyledComponents = require('cra-rewire-styled-components');
/* config-overrides.js */
module.exports = function overrides(config, env) {
config = craRewireStyledComponents(conifg, env, {
displayName: false,
});
return config;
};