bundler.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [bundler]

www.codever.land/bookmarks/t/bundler

rollup.js home page

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


A code, bundle, pack workflow for webextension projects - DEV Community ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

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


Parcel home page

https://parceljs.org/

Blazing fast, zero configuration web application bundler


browserify

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

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