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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
fix(webpack): Fix uglifyjs breaking and disable modules for webpack tree shaking to work
Uglify broke because of the include statement I added in hope it would speed up the build.
To use tree shaking with webpack babel should not convert modules into es5 code. That broke the testing process.
I added a babel environment variable and environment babel rules switch to make both work.
0 commit comments