UNPKG

one

Version:

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

8 lines (7 loc) 273 B
import { lazy as reactLazy } from "react"; import { loadWithRetry } from "./utils/dynamicImport.mjs"; function lazyWithRetry(loader, options) { return reactLazy(() => loadWithRetry(loader, options)); } export { lazyWithRetry }; //# sourceMappingURL=lazyWithRetry.mjs.map