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
I have global deoptimizations caused by some legacy AMD modules. The deopt is "Dynamic use of require", even though there is no dynamic require, because the require variable was overwritten in scope. :( Seems like a bug though (shouldn't deopt when require was overwritten, no?).
Is there a way to filter certain files from being touched by this plugin?
Some of the files that causes deopt when required:
I have global deoptimizations caused by some legacy AMD modules. The deopt is "Dynamic use of require", even though there is no dynamic require, because the
require
variable was overwritten in scope. :( Seems like a bug though (shouldn't deopt whenrequire
was overwritten, no?).Is there a way to filter certain files from being touched by this plugin?
Some of the files that causes deopt when required:
The text was updated successfully, but these errors were encountered: