vite_ruby icon indicating copy to clipboard operation
vite_ruby copied to clipboard

Fix for "uninitialized constant ViteRuby::Manifest::OpenStruct" Error

Open aki77 opened this issue 1 year ago • 0 comments

Description 📖

This pull request specifically targets an issue occurring only when encountering ViteRuby::MissingEntrypointError. The problem stems from the absence of require 'ostruct' in these error scenarios. This fix ensures that require 'ostruct' is included in the appropriate context, resolving the issue and preventing errors during ViteRuby::MissingEntrypointError occurrences.

aki77 avatar Apr 04 '24 12:04 aki77