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...
- tags: javascript, bundler
- :octocat: source code
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...
- tags: browser-extension, firefox-webextensions, bundler, parceljs
- :octocat: source code
Parcel home page
Blazing fast, zero configuration web application bundler
- tags: web-application, bundler, javascript
- :octocat: source code
browserify
https://github.com/substack/node-browserify
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
- tags: javascript, bundler
- :octocat: source code