one
Version:
One is a new React Framework that makes Vite serve both native and web.
21 lines (20 loc) • 751 B
JavaScript
import "./server/setupServerGlobals";
import { resolvePath } from "@vxrn/resolve";
import { build } from "./cli/build";
import { makePluginWebOnly } from "./vite/makePluginWebOnly";
import { one } from "./vite/one";
import { clientTreeShakePlugin } from "./vite/plugins/clientTreeShakePlugin";
import { createFileSystemRouterPlugin } from "./vite/plugins/fileSystemRouterPlugin";
import { removeReactNativeWebAnimatedPlugin } from "./vite/plugins/removeReactNativeWebAnimatedPlugin";
import { SSRCSSPlugin } from "./vite/plugins/SSRCSSPlugin";
export {
SSRCSSPlugin,
build,
clientTreeShakePlugin,
createFileSystemRouterPlugin,
makePluginWebOnly,
one,
removeReactNativeWebAnimatedPlugin,
resolvePath
};
//# sourceMappingURL=vite.js.map