Show badges with the number of child nodes in the admin page treeviews again.

This commit is contained in:
Jan Böhmer 2022-08-13 01:05:32 +02:00
parent 365b85ac4c
commit f21cd55b2e
4 changed files with 16 additions and 7 deletions

View file

@ -93,7 +93,7 @@ Encore
// enables @babel/preset-env polyfills
.configureBabelPresetEnv((config) => {
config.useBuiltIns = 'usage';
//config.useBuiltIns = 'usage';
config.corejs = 3;
})
// enables Sass/SCSS support