-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nf): also enable baseHref for ng serve
- Loading branch information
1 parent
cc4de21
commit 7487744
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
import { patchAngularBuild } from './utils/patch-angular-build'; | ||
// import { patchAngularBuild } from './utils/patch-angular-build'; | ||
|
||
const workspaceRoot = process.cwd(); | ||
patchAngularBuild(workspaceRoot); | ||
// const workspaceRoot = process.cwd(); | ||
// patchAngularBuild(workspaceRoot); | ||
|
||
console.log('Please remove the postbuild task calling patch-angular-build. This is not needed since Native Federation 18.1 anymore!'); |