From 2feb19ed5f2099cc2a6aefc07574761e400c6dc9 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Fri, 11 Mar 2022 13:23:45 +0100 Subject: [PATCH] [AllBundles] Add groundcontrol / webpack upgrade info --- UPGRADE-6.2.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADE-6.2.md b/UPGRADE-6.2.md index 3c5e4da0fd..aac86f88a3 100644 --- a/UPGRADE-6.2.md +++ b/UPGRADE-6.2.md @@ -1,6 +1,14 @@ UPGRADE FROM 6.1 to 6.2 ======================== +General +------- + +- We've deprecated our GroundControl FE build setup, this setup will be replaced by the default symfony webpack encore setup. + If you generate a new project the new webpack setup will be used by default. Projects using GroundControl should replace this + setup by symfony webpack encore. See the [related PR](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2981) for more information on this change. + In Kunstmaan CMS 7.O all GroundControl related files and support in templates will be removed. + AdminBundle -----------