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
If I add .css files into the blob, it doesn't have a expected entry in manifest.json. Which doesn't seem to be something that should be hard to fix, css files are processed correctly, only manifest entry is missing.
This is also the main reason why to use other alternatives and use Vite only as dev server and build assets with different tools, such us esbuild and gulp-esbuild etc.
Suggested solution
css files should be included in manifest.json as entry, if added in rollupOptions.input, it's also an issue here - #6477
Clear and concise description of the problem
Currently the only possible option to input files for build is
.js
files in blob.If I add .css files into the blob, it doesn't have a expected entry in
manifest.json
. Which doesn't seem to be something that should be hard to fix, css files are processed correctly, only manifest entry is missing.This is also the main reason why to use other alternatives and use Vite only as dev server and build assets with different tools, such us
esbuild
andgulp-esbuild
etc.Suggested solution
css files should be included in manifest.json as entry, if added in
rollupOptions.input
, it's also an issue here - #6477This should be then included in the manifest
Alternative
The current only way to get
.css
file into manifest and load it as stylesheet (sources and also procecced files) is to use this dirty hackAdditional context
No response
Validations
The text was updated successfully, but these errors were encountered: