This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

preact-cli-plugin-styled-components

1.0.0 • Public • Published

preact-cli-plugin-styled-components

Adds the styled-components Babel plugin to Preact CLI.

NPM version Build Status

Installation

$ npm install --save-dev preact-cli-plugin-styled-components

And include in your project by creating a preact.config.js:

const styled = require('preact-cli-plugin-styled-components');
 
export default function (config, env, helpers) {
  styled(config, env, helpers);
}

License

MIT © Robin van der Vleuten

/preact-cli-plugin-styled-components/

    Package Sidebar

    Install

    npm i preact-cli-plugin-styled-components

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • robinvdvleuten