0.3.2 • Published 1 year ago

@static-styled-plugin/vite-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/vite-plugin

Setup

// vite.config.js
import { staticStyled } from '@static-styled-plugin/vite-plugin'

export default defineConfig({
  plugins: [react(), staticStyled({ themeFilePath: './src/theme.ts' })],
})
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