UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

12 lines (11 loc) 822 B
import "./server/setupServerGlobals.native.js"; import { resolvePath } from "@vxrn/resolve"; import { build } from "./cli/build.native.js"; import { makePluginWebOnly } from "./vite/makePluginWebOnly.native.js"; import { one } from "./vite/one.native.js"; import { clientTreeShakePlugin } from "./vite/plugins/clientTreeShakePlugin.native.js"; import { createFileSystemRouterPlugin } from "./vite/plugins/fileSystemRouterPlugin.native.js"; import { removeReactNativeWebAnimatedPlugin } from "./vite/plugins/removeReactNativeWebAnimatedPlugin.native.js"; import { SSRCSSPlugin } from "./vite/plugins/SSRCSSPlugin.native.js"; export { SSRCSSPlugin, build, clientTreeShakePlugin, createFileSystemRouterPlugin, makePluginWebOnly, one, removeReactNativeWebAnimatedPlugin, resolvePath }; //# sourceMappingURL=vite.native.js.map