1.0.3 • Published 5 years ago

dahlia-webpack-styled-components v1.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

dahlia-webpack-styled-components

Installation

yarn add dahlia-webpack-override dahlia-webpack-styled-components

Usage

const override = require('dahlia-webpack-override')
const styledComponents = require('dahlia-webpack-styled-components')

module.exports = {
  webpack(config, env) {
    return override(config, env).pipe(
      styledComponents()
    )
  },
}

License

MIT License

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago