-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Improve example with externals shared deps #14
Comments
Same things here ! Cannot get using a utility module (api) in a Vite.js single-spa application :( |
Same here. Would like to use a styleguide-type SystemJS import from the root config. Not sure how to go about it. I've tried rollup's external config, and vite external plugin, but none seems to work. Any advice you can give would be greatly apprecaited. |
Same here! It seems that with rollup
|
Anyone have success using vite + utility. I'm not able to use SystemJS. And by using module-shims, it seems that was not possible to import an utility function. |
I personaly switch to module federation. Imo, Single SPA is not production ready. |
@eduardo-da-silva same problems...😣 |
Hello,
Is it possible to improve the example to show how to configure VITE with external single-spa utility module ?
I can't get this to work.
Regards,
The text was updated successfully, but these errors were encountered: