You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi webpack team — I'm applying for GSoC 2026 under the
"Entry Points as HTML" idea. I've studied the EntryPlugin →
NormalModuleFactory → Compilation.addEntry() pipeline and
designed a 4-component architecture: HtmlEntryPlugin,
HtmlModuleFactory, HtmlParser (parse5), and HtmlGenerator.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi webpack team — I'm applying for GSoC 2026 under the
"Entry Points as HTML" idea. I've studied the EntryPlugin →
NormalModuleFactory → Compilation.addEntry() pipeline and
designed a 4-component architecture: HtmlEntryPlugin,
HtmlModuleFactory, HtmlParser (parse5), and HtmlGenerator.
I've opened a draft RFC PR here: #20740
Would appreciate any early feedback on the module factory
approach. Happy to adjust the design based on maintainer input.
Beta Was this translation helpful? Give feedback.
All reactions