- fix conditional imports generate modulepreloads for everything
- fix react refresh when vite client is returned
- add CDN feature
- deprecate
public_dir
/base
- add
public_directory
/build_directory
- versionning synchronization between pentatrion/vite-bundle and vite-plugin-symfony
- add throw_on_missing_entry option (@Magiczne)
- add proxy_origin option (@FluffyDiscord)
- allow vite multiple configuration files
- Add vite 4 compatibility
- the choice of the vite dev server port is no longer strict, if it is already used the application will use the next available port.
- add extra attributes to script/link tags
- update documentation, update with vite-plugin-symfony v0.6.0
- add CSS Entrypoints management to prevent FOUC.
- add EntrypointsLookup / EntrypointsRenderer as a service.
- Add public_dir conf
- fix vite.config path error with windows
- fix exception when entrypoints.json is missing
- Twig functions refer to named entry points not js file
- Add vite-plugin-symfony
Add proxy Controller