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
The current vite plugin implementation uses a simple and error prone approach for loading javascript classes. We need to use the new advanced reflection library to make this solution more robust.
When making this change, the package can be renamed to a scope package.
The text was updated successfully, but these errors were encountered:
* #157: Refactored creating the import code to use the advanced reflection library
* #157: Updated integration packages to use the enhanced Vite plugin
The current vite plugin implementation uses a simple and error prone approach for loading javascript classes. We need to use the new advanced reflection library to make this solution more robust.
When making this change, the package can be renamed to a scope package.
The text was updated successfully, but these errors were encountered: