1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Remove jQuery

This commit is contained in:
Yassine Guedidi 2025-03-09 21:12:33 +01:00
parent e28e1bddb4
commit e4fb100163
3 changed files with 1 additions and 10 deletions

View file

@ -22,7 +22,6 @@ Encore
config.corejs = '3.23';
})
.enableSassLoader()
.enablePostCssLoader()
.autoProvidejQuery();
.enablePostCssLoader();
module.exports = Encore.getWebpackConfig();