bun-plugin-react-compiler
v0.3.8
Published
Bun plugin for React Compiler.
Downloads
421
Readme
bun-plugin-react-compiler
React Compiler for Bun's Bundler.
Usage
import { build } from 'bun'
import { reactCompiler } from 'bun-plugin-react-compiler'
await Bun.build({
entrypoints: ['./index.tsx'],
outdir: './out',
plugins: [reactCompiler()],
})Bunfig serve.static plugin usage
[serve.static]
plugins = ["bun-plugin-react-compiler"]