vite-plugin-single-spa
vite-plugin-single-spa copied to clipboard
Add rollup's entryFileNames option
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
.