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 has been archived by the owner on Sep 28, 2018. It is now read-only.
Suggestions (or PRs) appreciated. I want to keep things testable out of the box (i.e. runnable via gh-pages) but otherwise I'm amenable to pretty much anything.
Something with this that would allow selective inclusion of different encodings would be good for us. We are only interested in UTF-8 and build using webpack, but we end up with all encodings getting bundled.
Right now
encoding-indexes.js
is always required in a node like environment (such as browserify).This was done in a85ce6f
It would be better if
encoding-indexes.js
was never implicitly included.The text was updated successfully, but these errors were encountered: