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
Vite provides a way to specify the name of the manifest.json, many Laravel projects using a modular structure inside each module have their own vite.config.js file. Currently, the default file name is manifest.json I think it will be nice to get the file name from userConfig.build?.manifest? .
For the Vite facade need to specify the manifest.json file name if it's different from manifest.json.
the Laravel mix has a plugin laravel-mix-merge-manifest to merge bundled files into one manifest.json.
The text was updated successfully, but these errors were encountered:
Vite provides a way to specify the name of the
manifest.json
, many Laravel projects using a modular structure inside each module have their ownvite.config.js
file. Currently, the default file name ismanifest.json
I think it will be nice to get the file name fromuserConfig.build?.manifest?
.For the Vite facade need to specify the
manifest.json
file name if it's different frommanifest.json
.the Laravel mix has a plugin
laravel-mix-merge-manifest
to merge bundled files into onemanifest.json
.The text was updated successfully, but these errors were encountered: