https://github.com/chbybnwr/vicinage-unplugin
Universal bundler plugin for Vicinage.
https://github.com/chbybnwr/vicinage-unplugin
babel bundler plugin vicinage vite
Last synced: about 1 month ago
JSON representation
Universal bundler plugin for Vicinage.
- Host: GitHub
- URL: https://github.com/chbybnwr/vicinage-unplugin
- Owner: chbybnwr
- License: mit
- Created: 2026-04-30T00:29:08.000Z (about 2 months ago)
- Default Branch: prototype
- Last Pushed: 2026-05-11T23:51:05.000Z (about 1 month ago)
- Last Synced: 2026-05-12T01:36:14.095Z (about 1 month ago)
- Topics: babel, bundler, plugin, vicinage, vite
- Language: TypeScript
- Homepage:
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @vicinage/unplugin · [](https://github.com/chbybnwr/vicinage-unplugin/blob/prototype/LICENSE) [](https://www.npmjs.com/package/@vicinage/unplugin)
Universal bundler plugin for [Vicinage](https://github.com/chbybnwr/vicinage).
## Setup
```bash
npm install --save-dev @vicinage/unplugin @stylexjs/unplugin
```
Put Vicinage before StyleX.
```ts
import { defineConfig } from 'vite'
import vicinage from '@vicinage/unplugin'
import stylex from '@stylexjs/unplugin'
export default defineConfig({
plugins: [vicinage.vite(), stylex.vite()],
})
```