Skip to content

Resolve "Enable scope hoisting with webpack"

Mike Greiling requested to merge 36152-enable-scope-hoisting-with-webpack into master

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