You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some bundlers like rollup (also implicitly used by vite) use other file name formats by default, which are not supported by single-page-application-server at the moment. It would be nice optionally to support other file names formats.
As a workaround for vite I recommend to adjust the rollupOptions to use hex as hash-characters and adjust the filenames formats like documented in the rollupjs documentation:
The same issue applies to Angular since angular-cli application builder is based on rollup.js since v17. Currently I see no way in customizing the filename formats.
Some bundlers like rollup (also implicitly used by vite) use other file name formats by default, which are not supported by single-page-application-server at the moment. It would be nice optionally to support other file names formats.
See https://rollupjs.org/configuration-options/#output-hashcharacters and https://rollupjs.org/configuration-options/#output-chunkfilenames
As a workaround for vite I recommend to adjust the
rollupOptions
to usehex
as hash-characters and adjust the filenames formats like documented in the rollupjs documentation:Example:
The text was updated successfully, but these errors were encountered: