The value of src property in manifest.json file is incorrect #14108
thetutlage
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a sample repo here to reproduce the issue I am facing. https://github.com/thetutlage/vite-invalid-manifest-src/tree/main
The README of the repo explains the exact issue and contains the steps to reproduce it locally.
Basically, I have a CSS file at path
resources/css/app.css
. This CSS file is imported by a JavaScript file. Finally, I create a build using Vite (with manifest) and I expect the CSS file entry to point back toresources/css/app.css
, whereas it points toresources/js/app.css
.Just trying to understand why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions