“The asset manifest [/workspaces/REDACTED/wordpress/web/app/themes/REDACTED/public/build/manifest.json] cannot be found.”
I followed the upgrade guide to acorn 5, but it seems I’m just missing something about how we’re supposed to refer to assets in this version. Thank you for any insight you can provide.
Nevermind. I just used Vite::asset everywhere and things worked great. Maybe the existing way of using the Roots helper doesn’t work in dev anymore, only after a full build?