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
ESBuild doesn't support Module Federation as the current Module Federation setup uses webpack and the ModuleFederationPlugin. There is an esbuild alternative you can investigate if this is the path you wish to go down: https://www.npmjs.com/package/@softarc/native-federation
Import Maps which Native Federation relies on only became supported in Safari in the last few months, therefore there could be support issues with customers on older versions: https://caniuse.com/import-maps
We have no plans currently to support Native Federation out of the box with Nx. We may look into it in the future.
Description
Add an option so we can test using
browser-esbuild
for Angular MFEsMotivation
Angular just dropped https://github.com/angular/angular-cli/releases/tag/16.1.0-next.2 with support for Tailwind and SCSS
The text was updated successfully, but these errors were encountered: