sitecrafting / groot

:seedling: The official SiteCrafting WordPress starter theme, built on Timber and Conifer
MIT License
3 stars 1 forks source link

upgrade webpack and all compiling packages #79

Closed rbhensley closed 2 years ago

rbhensley commented 2 years ago

updated everything to the latest versions - webpack, babel, less, and all the loaders required. I only ran into one snag, and that is with a plugin Coby had built to delete the .js assets that get created for stylesheets after build. I think it has to do with the fact that I upgraded webpack and webpack-cli but no idea how to fix it. For now I just added those files that get generated to gitignore and commented that piece out in the webpack config file but I’d like to get that piece implemented again