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
Reproduction of the bug/regression with instructions
I have tsconfig with ts references like this
{
"compilerOptions": {
"paths": {
"@core/": ["src/app/core/"],
"@ng/ui/menu": ["../../shared/angular/components/menu"]
}
},
"references": [
{ "path": "../../shared/angular/core/tsconfig.lib.json" },
{ "path": "../../shared/angular/components/tsconfig.lib.json" }
]
}
pnpm start
Change something in ../../shared/angular/components/menu/*
Check changes in browser
Expected behavior
When do point 2 the build works good, all changes is on dist directory but page doesn't reload, if i reload myself everything works
I thinks its must reload page if some changed in references libs
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
"@angular-architects/native-federation": "^19.0.2",
"@angular/core": "^19.0.5",
node: 20.16.0,
Google Chrome: 131.0.6778.205
Windows 11 23H2
Other information
No response
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
I have tsconfig with ts references like this
{
"compilerOptions": {
"paths": {
"@core/": ["src/app/core/"],
"@ng/ui/menu": ["../../shared/angular/components/menu"]
}
},
"references": [
{ "path": "../../shared/angular/core/tsconfig.lib.json" },
{ "path": "../../shared/angular/components/tsconfig.lib.json" }
]
}
Expected behavior
When do point 2 the build works good, all changes is on dist directory but page doesn't reload, if i reload myself everything works
I thinks its must reload page if some changed in references libs
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
"@angular-architects/native-federation": "^19.0.2",
"@angular/core": "^19.0.5",
node: 20.16.0,
Google Chrome: 131.0.6778.205
Windows 11 23H2
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: