refactor(core): run control-flow migration by default (#64136)

After adding the control flow migration as optional in v20, we enable it by default in v21.

PR Close #64136
This commit is contained in:
Matthieu Riegler 2025-09-29 15:25:53 +02:00 committed by kirjs
parent 2f6caef636
commit d16d624b90

View file

@ -3,8 +3,7 @@
"control-flow-migration": {
"version": "21.0.0",
"description": "Converts the entire application to block control flow syntax",
"factory": "./bundles/control-flow-migration.cjs#migrate",
"optional": true
"factory": "./bundles/control-flow-migration.cjs#migrate"
},
"router-current-navigation": {
"version": "21.0.0",