0.7.1 • Published 6 months ago
@stylex-extend/vite v0.7.1
@stylex-extend/vite
Experimental vite plugin
Quick Start
Install
npm install --dev @stylex-extend/vite
Usage
import { stylex } from '@stylex-extend/vite'
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [
// ... your plugins
stylex()
]
})
// or using a postcss intergrate
import { stylex } from '@stylex-extend/vite/postcss-ver'
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [
// ... your plugins
stylex({
include: [],
aliases: {}
})
]
})
Options
params | type | default | description |
---|---|---|---|
include | string \| RegExp \| Array<string \| RegExp> | /\.(mjs\|js\|ts\|vue\|jsx\|tsx)(\?.*\|)$/ | Include all assets matching any of these conditions. |
exclude | string \| RegExp \| Array<string \| RegExp> | - | Exclude all assets matching any of these conditions. |
importSources | string[] | ['stylex', '@stylexjs/stylex'] | See stylex document. |
babelConfig | object | {} | Babel config for stylex |
useCSSLayers | boolean | false | See stylex document |
optimizedDeps | Array<string> | [] | Work with external stylex files or libraries |
macroTransport | false \|object | 'props' | Using stylex extend macro |
Author
Kanno
LICENSE
0.7.1
6 months ago
0.7.0
6 months ago
0.5.4
8 months ago
0.5.3
9 months ago
0.5.6
8 months ago
0.5.5
8 months ago
0.5.0
9 months ago
0.5.2
9 months ago
0.6.0
8 months ago
0.5.1
9 months ago
0.4.4
11 months ago
0.4.1
12 months ago
0.4.0
12 months ago
0.4.3
11 months ago
0.4.2
11 months ago
0.1.0-alpha.3
12 months ago
0.1.0-alpha.2
12 months ago
0.1.0-alpha.1
12 months ago
0.1.0-alpha.0
12 months ago