UNPKG

vite-plugin-single-spa

Version:

Vite plugin to convert Vite-based projects to single-spa root or micro-frontend applications.

10 lines 218 B
const noCss = () => Promise.resolve(); export function cssLifecycleFactory(entryPoint) { return { bootstrap: noCss, mount: noCss, unmount: noCss }; } ; //# sourceMappingURL=no-css.js.map