Commit 501c9a7
committed
build: prevent rollup from bundling
This update addresses an issue on Windows where rollup attempts to bundle the `@angular/ssr`as part of the `@angular/ssr/node` FESM. Additionally, `tslib` is removed from externals as it is already configured internally within `ng_package`. See: https://github.com/angular/angular/blob/76b9e2b836d050e9196253ae56d45a65466d9f57/packages/bazel/src/ng_package/ng_package.bzl#L106@angular/ssr in @angular/ssr/node
1 parent c7fc919 commit 501c9a7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments