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
if (window.ResizeObserver) {
this.canvasResizeObserver = new ResizeObserver((entries) => this.oncanvasresize(entries));
}
But I run it on the final Terser-minimised output of my project (so that I can ensure that the final output is compatible), and it raises errors for this minimised version.
This plugin is fine with this code
But I run it on the final Terser-minimised output of my project (so that I can ensure that the final output is compatible), and it raises errors for this minimised version.
Can the feature detection handler be updated to support
&&
?The text was updated successfully, but these errors were encountered: