@nuvio/vite-plugin
v1.1.0
Published
Nuvio Vite plugin 1.0 — dev WebSocket, source index, click-to-tag, secure patch writes for React + Tailwind.
Downloads
770
Readme
@nuvio/vite-plugin
Vite plugin: dev WebSocket channel, dev-time source index, secure file writes for Nuvio patches.
Peer: vite ^5.4, ^6, or ^8.
See the Nuvio README and CHANGELOG.
Options
nuvio({
enabled: true, // default unless NUVIO=0
classNameMode: "literal-only", // default
// classNameMode: "cn-basic", // allow simple cn/clsx string-list forms
});cn-basic supports only calls like cn("p-4", "rounded-xl") / clsx("p-4", "rounded-xl").
Conditional/object/array/variable patterns remain non-patchable and fail closed.
Set NUVIO=0 to disable the plugin globally in CI/dev runs.
