test: keep diff in integration/bazel minimal by not introducing additional_root_paths (#34736)
PR Close #34736
This commit is contained in:
parent
aee67f08d9
commit
cc0f3c1422
|
@ -36,7 +36,6 @@ filegroup(
|
|||
|
||||
ts_devserver(
|
||||
name = "devserver",
|
||||
additional_root_paths = ["npm/node_modules/zone.js/dist"],
|
||||
entry_module = "bazel_integration_test/src/main",
|
||||
scripts = [
|
||||
":rxjs_umd_modules",
|
||||
|
@ -74,7 +73,6 @@ pkg_web(
|
|||
":bundle.min",
|
||||
"@npm//:node_modules/zone.js/dist/zone.min.js",
|
||||
],
|
||||
additional_root_paths = ["npm/node_modules/zone.js/dist"],
|
||||
)
|
||||
|
||||
http_server(
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<!-- The Angular application will be bootstrapped into this element. -->
|
||||
<app-component></app-component>
|
||||
<script src="/zone.min.js"></script>
|
||||
<script src="/npm/node_modules/zone.js/dist/zone.min.js"></script>
|
||||
<script src="/bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue