Show HN: Jsbundler – Bundle npm packages and use them in the browser
1–6 of 6 posts
Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser
#2https://npmcdn.com/ seems similar
Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser
#3Unsure how these packages are generated. How safe is this system? What is it doing?
Browserify and Browserify CDN provide a similar service of bundling CommonJS-style javascript into self-contained files for the browser. Browserify also has detailed documentation and a large ecosystem of modules if you want to build your own bundles in a custom way.
Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser
#4https://npmcdn.com/ seems similar
In npmcdn the author of the package has to manually include the UMD build of the library.
Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser
#5Unsure how these packages are generated. How safe is this system? What is it doing? Browserify and Browserify CDN provide a similar service of bundling CommonJS-style javascript into self-contained files for the browser. Browserify also has detailed documentation and a large ecosystem of modules if you want to build your own bundles in a custom way. http://browserify.org/ https://www.brcdn.org/
Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser
#6https://npmcdn.com/ seems similar
Im actually adding this functionality to npmcdn