one
Version:
One is a new React Framework that makes Vite serve both native and web.
12 lines (9 loc) • 511 B
text/typescript
// plugins
export { resolvePath } from '@vxrn/resolve'
export { clientTreeShakePlugin } from './vite/plugins/clientTreeShakePlugin'
export { createFileSystemRouterPlugin } from './vite/plugins/fileSystemRouterPlugin'
export { removeReactNativeWebAnimatedPlugin } from './vite/plugins/removeReactNativeWebAnimatedPlugin'
export { SSRCSSPlugin } from './vite/plugins/SSRCSSPlugin'
export { makePluginWebOnly } from './vite/makePluginWebOnly'
export { build } from './cli/build'
export { one } from './vite/one'