AztecProtocol / aztec-packages

Apache License 2.0
207 stars 243 forks source link

fix(bb.js): don't minify bb.js - webpack config #10170

Closed olehmisar closed 4 days ago

olehmisar commented 5 days ago

Libraries should not be minified. Minification and bundling is usually done on app end. Unminifying bb.js will allow patching top-level await as a temporary workaround to fix Safari.