Skip to content

Resolve "Enable scope hoisting with webpack"

Add scope hoisting to our webpack config. This feature has the potential to vastly improve the parsing and executing of our javascript bundles by removing a ton of unnecessary nested closures.

I will try to run some tests to quantify whatever performance improvement this provides.

Closes #36152 (closed)

Merge request reports