This npm package's main file is defined to be `dist/index.js`, which is generated by webpack in development mode. Run webpack with `-p` or set `"mode": "production"` in the config. Or just set `main` in `package.json` to be `src/index.js` instead, and let the webpack of the users of the package build it.