UNPKG

one

Version:

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

11 lines (10 loc) 774 B
import { resolvePath } from "@vxrn/resolve"; 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"; import { makePluginWebOnly } from "./vite/makePluginWebOnly.native.js"; import { build } from "./cli/build.native.js"; import { one } from "./vite/one.native.js"; export { SSRCSSPlugin, build, clientTreeShakePlugin, createFileSystemRouterPlugin, makePluginWebOnly, one, removeReactNativeWebAnimatedPlugin, resolvePath }; //# sourceMappingURL=vite.native.js.map