UNPKG

vite-plugin-single-spa

Version:

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

11 lines 488 B
/** * Module name of the module that is dynamically inserted by this plug-in for Vite projects to benefit from things * like automatically-created single-spa lifecycle functions that inject CSS. */ export const extensionModuleName = 'vite-plugin-single-spa/ex'; /** * Module name of the CSS helper module that contains logic shared between the singleMife-css and multiMife-css * modules. */ export const cssHelpersModuleName = './css-helpers.js'; //# sourceMappingURL=ex-defs.js.map