Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProduce standalone .js file #90
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
We can also exclude a bunch of npm dependencies that are not needed in the browser context using the excellent browser field spec for package.json so we get a smaller build. |
This comment has been minimized.
This comment has been minimized.
|
Created a separate issue for reducing the bundle size: #91 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
For those interested, the static bundle file |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some users don't use a client-side commonJS bundler like browserify (though they should seriously consider it!), so let's produce a standalone .js file for them.