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
Note: shamefully-hoist works around this problem in two ways:
The plugin uses bare imports instead of fully resolved locations. This requires that all packages used anywhere are importable from the virtual module.
Shamefully-hoist is a pnpm option that does that automatically (i.e. all dependencies available via node_modules/*), which is really bad for dependency hygiene and should thus be resolved in the future.
mbeckem
transferred this issue from open-pioneer/trails-starter
Apr 17, 2024
This should be resolved in the near future.
See https://github.com/open-pioneer/build-tools/releases/tag/%40open-pioneer%2Fvite-plugin-pioneer%400.8.6
The text was updated successfully, but these errors were encountered: