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 Oct 22, 2022. It is now read-only.
* Fix index.js as generated with :optimizations :advanced.
Fix a ReferenceError exception being raised from index.js using
:optimizations :advanced.
* Fix single-file packaging.
Adding :optimizations :simple support in bd57679 seems to have broken
single-file packaging. :optimizations values (:none, :simple, :advanced) are
never namespace prefixed, so we were always using stuff-zip :default.
0 commit comments