0.3.2 • Published 1 year ago

@static-styled-plugin/next-plugin v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

static-styled-plugin

A plugin that makes styled-components zero-runtime.

Installation

npm install @static-styled-plugin/next-plugin

Setup

// next.config.mjs
import { withStaticStyled } from '@static-styled-plugin/next-plugin'

const nextConfig = {
  compiler: {
    styledComponents: true,
  },
}

export default withStaticStyled({
  themeFilePath: './app/theme.ts'
})(nextConfig)
0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago