Skip to content

Commit

Permalink
feat: strip debug from the browser bundle
Browse files Browse the repository at this point in the history
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
darrachequesne committed Sep 8, 2020
1 parent ab3de6a commit f7ba966
Show file tree
Hide file tree
Showing 3 changed files with 11,446 additions and 10 deletions.
Loading

0 comments on commit f7ba966

Please # to comment.