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
I've upgraded to vite_ruby 3.2.8 and vite 3.2.2. This problem seems to persist - still get the message on build, and the entrypoint still does not exist, causing ViteRuby::MissingEntrypointError.
bundle update vite_ruby
.Description 📖
Given two SCSS entrypoints with the same name (in different directories) and the same content, on build, this message is output:
When using
vite_stylesheet_tag
to use the entrypoint, only one will work. The other will causeViteRuby::MissingEntrypointError
.In the same situation with JS files, one of the generated entrypoint URLs gets a 2 appended, and they both work.
Expect similar behaviour as JS files. Failing that, this seems like a reason to fail the build.
Vite Ruby Info
Run
bin/rake vite:info
and provide the output:Logs 📜
If not providing a reproduction:
Output
Run
DEBUG=vite-plugin-ruby:* bin/vite dev
orDEBUG=vite-plugin-ruby:* bin/vite build
and provide the output:The text was updated successfully, but these errors were encountered: