Skip to content

Removing unused modules of the babel library#3818

Open
Lucas-Code27 wants to merge 6 commits intoelementary:masterfrom
Lucas-Code27:removing-babel
Open

Removing unused modules of the babel library#3818
Lucas-Code27 wants to merge 6 commits intoelementary:masterfrom
Lucas-Code27:removing-babel

Conversation

@Lucas-Code27
Copy link
Contributor

@Lucas-Code27 Lucas-Code27 commented Jul 9, 2025

Fixes #3607

Changes Summary

This pull request [ is ] ready for review.

@Lucas-Code27 Lucas-Code27 marked this pull request as ready for review July 9, 2025 23:57
Copy link
Contributor

@RMcNeely RMcNeely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to change the Gulpfile at all? It's been a minute but I assume that's where those packages were being used?

I'm away or I would grep for them myself

@Lucas-Code27
Copy link
Contributor Author

Lucas-Code27 commented Jul 15, 2025

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 Lucas-Code27 marked this pull request as draft July 23, 2025 01:29
@danirabbit danirabbit requested a review from RMcNeely December 10, 2025 20:01
@RMcNeely
Copy link
Contributor

Still WIP, needs a solution for hashing scripts

@lewisgoddard lewisgoddard marked this pull request as ready for review March 4, 2026 19:06
@lewisgoddard lewisgoddard requested a review from a team March 4, 2026 19:07
@lewisgoddard lewisgoddard added this to the Perfect Performance milestone Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do we really need Babel?

3 participants