Adds the styled-components Babel plugin to Preact CLI.
$ npm i -D preact-cli-plugin-styled-components
And include in your project by creating a preact.config.js
:
import styledPlugin from 'preact-cli-plugin-styled-components';
export default function (config, env, helpers) {
styledPlugin(config, env)
}
MIT © Robin van der Vleuten