-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package.json: Added "sideEffects": false #21313
Conversation
Interestingly, after setting |
If you want to stop support for IE, I'd like to revive #18091 😇 . |
@Mugen87 what I was going to do next is adding the required polyfills in https://threejs.org/examples/misc_legacy.html |
Okay, sounds fine. I'll make a new PR for Also updated the migration guide to highlight the polyfills change: https://github.com/mrdoob/three.js/wiki/Migration-Guide#r125--r126 |
@marcofugaro I believe with |
that's a question for @ianpurvis, could you test with shakediff if the |
Yes, indeed! There are some minor documentation changes left but these can be handled later. |
Related issue: #16317
Description
I think the only way of understanding the ramifications of setting
"sideEffects": false
is by giving it a go.