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
Is there anything about this setup that precludes Vite from listing static assets in the manifest.json file? Vite generates them in the assetsDir directory with hashing as it should but they're not listed in manifest.json, so I can't reference them in shortcodes as you did for JS and CSS. Have found this to be true so far for image files and font files.
The text was updated successfully, but these errors were encountered:
Am closing this because, on testing with a vanilla create-vite repo not involving Eleventy, I reproduced the same problem. Looks like it's something in Vite 2.4, especially given this Vite issue.
This has been a great help. Thanks very much!
Is there anything about this setup that precludes Vite from listing static assets in the
manifest.json
file? Vite generates them in theassetsDir
directory with hashing as it should but they're not listed inmanifest.json
, so I can't reference them in shortcodes as you did for JS and CSS. Have found this to be true so far for image files and font files.The text was updated successfully, but these errors were encountered: