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
In order to avoid multiple building phases we are trying to set-up vite-plugin-federation configuration to use relative paths.
We deploy different MFE in a bucket and we were wondering if this kind of configuration is possible.
In our bucket we are trying to deploy this structure
http://{the_bucket_url}/shell
http://{the_bucket_url}/mfe1
http://{the_bucket_url}/mfe2
http://{the_bucket_url}/mfe3
The idea is to build the different components just once and and avoid building process based on the bucket url.
As we don't see anything relative to this topic in the configuration we were wondering if it is possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi...
In order to avoid multiple building phases we are trying to set-up vite-plugin-federation configuration to use relative paths.
We deploy different MFE in a bucket and we were wondering if this kind of configuration is possible.
In our bucket we are trying to deploy this structure
http://{the_bucket_url}/shell
http://{the_bucket_url}/mfe1
http://{the_bucket_url}/mfe2
http://{the_bucket_url}/mfe3
The idea is to build the different components just once and and avoid building process based on the bucket url.
As we don't see anything relative to this topic in the configuration we were wondering if it is possible.
Does any body faced this configuration?
Beta Was this translation helpful? Give feedback.
All reactions