website icon indicating copy to clipboard operation
website copied to clipboard

Removing unused modules of the babel library

Open Lucas-Code27 opened this issue 6 months ago • 1 comments

Fixes #

Changes Summary

  • Used npm to uninstall all unused babel modules as requested in #3607

This pull request [ is not ] ready for review.

Lucas-Code27 avatar Jul 09 '25 23:07 Lucas-Code27

I checked conflicts and I'm pretty sure the entire babel library is used just for a file called "webpack.config.babel.loader.js" to load the _scripts folder and it only needed babel loader which requires the entire babel library so I believe if a solution is found to load scripts without needing the babel library then we could remove babel

Lucas-Code27 avatar Jul 15 '25 06:07 Lucas-Code27

Still WIP, needs a solution for hashing scripts

RMcNeely avatar Dec 19 '25 19:12 RMcNeely

I think discord discussions indicate we'd prefer to avoid rebuilding png images everytime as they by far take the longest, maybe only build the ones that aren't already in the images folder and then remove that from the gitignore.

lewisgoddard avatar Dec 23 '25 00:12 lewisgoddard