Registry / devops / vite-plugin-tanstack-start-zephyr

vite-plugin-tanstack-start-zephyr

JSON →
library1.0.2jsnpmunverified

Vite plugin (v1.0.2) integrating TanStack Start with Zephyr cloud deployment platform. Enables deploying TanStack Start applications to Zephyr with minimal configuration. Requires vite 7 or 8, and @tanstack/react-start 1+. Ships TypeScript types. Active development with frequent security patches and feature releases.

npm install vite-plugin-tanstack-start-zephyr
INSTALL
IMPORT
SIG · VITE-PLUGIN-TANSTA
V
vite-plugin-tanstack-start-zephyr
devopsjavascriptv1.0.2
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import zephyrPlugin from 'vite-plugin-tanstack-start-zephyr'
const zephyrPlugin = require('vite-plugin-tanstack-start-zephyr')
ESM-only; CommonJS require will fail.

Minimal setup to add Zephyr deployment support to a TanStack Start project.

// vite.config.ts import { defineConfig } from 'vite'; import zephyrPlugin from 'vite-plugin-tanstack-start-zephyr'; export default defineConfig({ plugins: [ zephyrPlugin() ] });
Debug
Known issues
breakingRequires vite ^7.0.0 || ^8.0.0. Not compatible with older vite versions.
fix
Upgrade vite to 7.x or 8.x.
affects: <=7.0.0
breakingRequires @tanstack/react-start ^1.0.0. Not compatible with v0.x.
fix
Upgrade @tanstack/react-start to 1.x.
affects: <1.0.0
deprecatedUse of CommonJS `require` will cause a runtime error.
fix
Use ESM `import` syntax.
affects: >=1.0.0
Errors
Common errors & fixes
ReferenceError: require is not defined
Using CommonJS `require` to import an ESM-only package.
fix
Switch to ESM: add "type": "module" in package.json or use .mjs extension, then use `import`.
TypeError: plugin is not a function
Calling `zephyrPlugin` instead of using it as a factory: `zephyrPlugin()`
fix
Invoke the default export: `zephyrPlugin()` in plugins array.
Error: The plugin 'vite-plugin-tanstack-start-zephyr' requires @tanstack/react-start@^1.0.0
Peer dependency not met.
fix
Install @tanstack/react-start@^1.0.0.
Upgrade
Version history
1.0.2latest on npm
Audit
Dependencies
viterequiredpeer dependency, required by plugin
@tanstack/react-startrequiredpeer dependency, target framework
Agent activity
8 hits · last 30 days
node
8
Resources
vite-plugin-tanstack-start-zephyr — npm install vite-plugin-tanstack-start-zephyr · libregistry