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
Used self instead of window as the place to assign the variable. This ensures that global-wrapped libraries will work inside web workers, as well as the browser scope.
Put the temporary files in the system's temporary directory, instead of putting them adjacent to the main file. This helps watch-and-rebuild workflows by not creating a file in directories likely to be watched.
Fixed a bug where bundling errors would not be passed through.