Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: strip debug from the browser bundle
Striping the debug module (both imports and method calls) helps reduce the bundle size from 41 to 33 KB. Note: while removing debug from the source code is not desirable, it might be interesting to provide the library without debug included, so that users don't have to use something like webpack-remove-debug when bundling the library.
- Loading branch information