Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bb.js): don't minify bb.js - webpack config (#10170)
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.
- Loading branch information