@@ -14,7 +14,6 @@ pkg_npm(
14
14
"migrations.json" ,
15
15
"package.json" ,
16
16
"//packages/core/schematics/ng-generate/cleanup-unused-imports:static_files" ,
17
- "//packages/core/schematics/ng-generate/control-flow-migration:static_files" ,
18
17
"//packages/core/schematics/ng-generate/inject-migration:static_files" ,
19
18
"//packages/core/schematics/ng-generate/output-migration:static_files" ,
20
19
"//packages/core/schematics/ng-generate/route-lazy-loading:static_files" ,
@@ -35,7 +34,6 @@ rollup_bundle(
35
34
name = "bundles" ,
36
35
config_file = ":rollup.config.js" ,
37
36
entry_points = {
38
- "//packages/core/schematics/ng-generate/control-flow-migration:index.ts" : "control-flow-migration" ,
39
37
"//packages/core/schematics/ng-generate/inject-migration:index.ts" : "inject-migration" ,
40
38
"//packages/core/schematics/ng-generate/route-lazy-loading:index.ts" : "route-lazy-loading" ,
41
39
"//packages/core/schematics/ng-generate/standalone-migration:index.ts" : "standalone-migration" ,
@@ -47,6 +45,7 @@ rollup_bundle(
47
45
"//packages/core/schematics/ng-generate/self-closing-tags-migration:index.ts" : "self-closing-tags-migration" ,
48
46
"//packages/core/schematics/migrations/inject-flags:index.ts" : "inject-flags" ,
49
47
"//packages/core/schematics/migrations/test-bed-get:index.ts" : "test-bed-get" ,
48
+ "//packages/core/schematics/migrations/control-flow-migration:index.ts" : "control-flow-migration" ,
50
49
},
51
50
format = "cjs" ,
52
51
link_workspace_root = True ,
@@ -56,10 +55,10 @@ rollup_bundle(
56
55
"//packages/core/schematics/test:__pkg__" ,
57
56
],
58
57
deps = [
58
+ "//packages/core/schematics/migrations/control-flow-migration" ,
59
59
"//packages/core/schematics/migrations/inject-flags" ,
60
60
"//packages/core/schematics/migrations/test-bed-get" ,
61
61
"//packages/core/schematics/ng-generate/cleanup-unused-imports" ,
62
- "//packages/core/schematics/ng-generate/control-flow-migration" ,
63
62
"//packages/core/schematics/ng-generate/inject-migration" ,
64
63
"//packages/core/schematics/ng-generate/output-migration" ,
65
64
"//packages/core/schematics/ng-generate/route-lazy-loading" ,
0 commit comments