@angular-architects/native-federation 16.1.0 → 16.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -292,6 +292,10 @@ Now, by clicking at the 2nd menu item, you can load the remote directly into the
|
|
|
292
292
|
|
|
293
293
|
If you like the idea of webpack Module Federation but want to switch over to Angular's new esbuild builder (currently in developer preview), you can use this package.
|
|
294
294
|
|
|
295
|
+
### Error: File 'src\main.ts' is missing from the TypeScript compilation. [plugin angular-compiler]
|
|
296
|
+
|
|
297
|
+
It seems like the current version of Angular's esbuild builder has an issue with paths on Windows when using the traditional command prompt. For the time being, try to ng serve and ng build your application via PowerShell, the git bash, or WSL.
|
|
298
|
+
|
|
295
299
|
### I get an error when preparing shared packages. What to do?
|
|
296
300
|
|
|
297
301
|
Native Federation needs to prepare all your shared packages so that it can load them on demand as EcmaScript modules. This only happens once for development and once for production builds. The result of this is cached.
|