build(ivy): enable ngtsc AOT builds for a few packages (#24738)
Turn on AOT builds using ngtsc for: * animations * common * compiler * compiler-cli * forms * platform-browser PR Close #24738
This commit is contained in:
parent
48394c64ae
commit
02b5087685
|
@ -26,6 +26,7 @@ ng_package(
|
||||||
entry_point = "packages/animations/index.js",
|
entry_point = "packages/animations/index.js",
|
||||||
tags = [
|
tags = [
|
||||||
"ivy-jit",
|
"ivy-jit",
|
||||||
|
"ivy-local",
|
||||||
"release-with-framework",
|
"release-with-framework",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
|
@ -29,6 +29,7 @@ ng_package(
|
||||||
packages = ["//packages/common/locales:package"],
|
packages = ["//packages/common/locales:package"],
|
||||||
tags = [
|
tags = [
|
||||||
"ivy-jit",
|
"ivy-jit",
|
||||||
|
"ivy-local",
|
||||||
"release-with-framework",
|
"release-with-framework",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
|
@ -38,6 +38,7 @@ npm_package(
|
||||||
],
|
],
|
||||||
tags = [
|
tags = [
|
||||||
"ivy-jit",
|
"ivy-jit",
|
||||||
|
"ivy-local",
|
||||||
"release-with-framework",
|
"release-with-framework",
|
||||||
],
|
],
|
||||||
deps = [":compiler-cli"],
|
deps = [":compiler-cli"],
|
||||||
|
|
|
@ -23,6 +23,7 @@ ng_package(
|
||||||
include_devmode_srcs = True,
|
include_devmode_srcs = True,
|
||||||
tags = [
|
tags = [
|
||||||
"ivy-jit",
|
"ivy-jit",
|
||||||
|
"ivy-local",
|
||||||
"release-with-framework",
|
"release-with-framework",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
|
@ -24,6 +24,7 @@ ng_package(
|
||||||
entry_point = "packages/forms/index.js",
|
entry_point = "packages/forms/index.js",
|
||||||
tags = [
|
tags = [
|
||||||
"ivy-jit",
|
"ivy-jit",
|
||||||
|
"ivy-local",
|
||||||
"release-with-framework",
|
"release-with-framework",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
|
@ -28,6 +28,7 @@ ng_package(
|
||||||
entry_point = "packages/platform-browser/index.js",
|
entry_point = "packages/platform-browser/index.js",
|
||||||
tags = [
|
tags = [
|
||||||
"ivy-jit",
|
"ivy-jit",
|
||||||
|
"ivy-local",
|
||||||
"release-with-framework",
|
"release-with-framework",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
Loading…
Reference in New Issue