heft-styled-components-plugin
v0.1.1
Published
A Heft plugin to transpile Heft outputs with babel and babel-plugin-styled-components
Downloads
490
Readme
heft-styled-components-plugin
A Heft plugin to transpile Heft output with babel
to invoke babel-plugin-styled-components
.
Usage
Add it to your Heft configuration, dependent on the typescript
phase that creates the build outputs that we want to further transpile:
"styled-components": {
"taskDependencies": ["typescript"],
"taskPlugin": {
"pluginPackage": "heft-styled-components-plugin"
}
}