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
As it says on the tin you get an error Vite Ruby can't find entrypoints/editor.js in the manifests. when you upgrade to Ruby 3.4.1. This is 'solved' by re-running the bundle exec rails g maglev:install script.
Not familiar enough with Vite, we don't use it at Opera or Code Bunnies. It would be grand if we could remove Vite as a dependency and just use importmaps and propshaft, or as close to a default Rails 8.0 as possible. But tech gripes aside, it is fussy when you upgrade your dev to a newer Ruby.
The text was updated successfully, but these errors were encountered:
As it says on the tin you get an error
Vite Ruby can't find entrypoints/editor.js in the manifests.
when you upgrade to Ruby 3.4.1. This is 'solved' by re-running thebundle exec rails g maglev:install
script.Not familiar enough with Vite, we don't use it at Opera or Code Bunnies. It would be grand if we could remove Vite as a dependency and just use importmaps and propshaft, or as close to a default Rails 8.0 as possible. But tech gripes aside, it is fussy when you upgrade your dev to a newer Ruby.
The text was updated successfully, but these errors were encountered: