babel-plugin-style-hook
v1.1.6
Published
babel plugin for style-hook to compress es6 tagged template
Readme
babel-plugin-style-hook
a babel plugin to compress style-hook tagged template code.
get started
install with npm or yarn
yarn add -D babel-plugin-style-hookThen add it to your babel configuration:
{
"plugins": ["style-hook"]
}