Permalink
master
Commits on Apr 30, 2020
-
-
-
-
-
-
-
-
-
-
-
-
build: use rules_nodejs 1.6.0 features
Contains fixes related to the symlink behaviour inside of bazel. Without it, webpack needs to be configured to be aware of symlinks and preserve the paths.
-
-
fix(@ngtools/webpack): remove internal markers
With these in, we can't access the properties from other Bazel targets.
-
fix(@ngtools/webpack): export VirtualFileSystemDecorator type
We shouldn't need to export this, but webpack-rollup-loader uses it.
-
-
Commits on Apr 7, 2020
-
-
build: add missing raw-loader dependency
The build-webpack large spec uses it, but it was toplevel only because it was hoisted.
-
-
-
-
-
-
-
-
-
build: workaround bazel module resolution bug
See bazelbuild/rules_nodejs#313 for details.
-
-
build: move BUILD.bazel files for secondary entry points into own folder
Without this change, module names will be computed with incorrect paths containing duplicate path fragments (e.g. `@angular-devkit/architect/testing/testing/test-logger`).