-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ng-dev): export non esm bundled code in ng-dev (#2060)
In ng-dev instead of exporting the esm bundles when importing from the @angular/ng-dev entrypoint, we instead should export the non bundled code. When we don't do this, if we try to bundle the imported code again, we get issues with multiple `createRequire` imports. PR Close #2060
- Loading branch information
1 parent
05282ca
commit 8b11774
Showing
2 changed files
with
10 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ pkg_npm( | |
substitutions = NPM_PACKAGE_SUBSTITUTIONS, | ||
deps = [ | ||
":bundles", | ||
":ng-dev", | ||
":types", | ||
], | ||
) |
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