Please merge this @dodo. The "browser" field in package.json tells bundlers like browserify and webpack to skip bundling a module.
This is the proper way to ignore the 2MB unicode file in the browser. It's automatic, so users don't have to read the instructions in the readme and do a separate bundle just for this package.
Please merge this @dodo. The "browser" field in
package.json
tells bundlers likebrowserify
andwebpack
to skip bundling a module.This is the proper way to ignore the 2MB unicode file in the browser. It's automatic, so users don't have to read the instructions in the readme and do a separate bundle just for this package.