Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.1 KB

bundler.md

File metadata and controls

32 lines (27 loc) · 2.1 KB

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...


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...


https://parceljs.org/

Blazing fast, zero configuration web application bundler


https://github.com/substack/node-browserify

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.