Bookmarks tagged [bundler]
https://rollupjs.org/guide/en/
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code mod...
- tags: javascript, bundler
- source code
https://dev.to/ramitmittal/a-code-bundle-pack-workflow-for-webextension-projects-4nhe
Till now we have been working with a bare-minimum setup for building webextensions. A lot of the tasks we have been doing can be automated. In this post, we will learn how to use bash scripts in our w...
Blazing fast, zero configuration web application bundler
- tags: web-application, bundler, javascript
- source code
https://github.com/substack/node-browserify
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
- tags: javascript, bundler
- source code