vite-plugin-single-spa icon indicating copy to clipboard operation
vite-plugin-single-spa copied to clipboard

Add rollup's entryFileNames option

Open sceniclife opened this issue 6 months ago • 3 comments

This adds this ability to specify rollup's entryFileNames configuration for the plugin.

Sometimes I want my output to have a different name than my spaEntryPoints. Example: spaEntryPoints is "src/spa.tsx" but I would like my output to be src/index.tsx.

sceniclife avatar Jul 31 '24 19:07 sceniclife