最終更新:2023-03-10 (金) 15:38:00 (402d)  

モジュールバンドラ
Top / モジュールバンドラ

Browserify

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

webpack

  • a static module bundler for modern JavaScript applications

Rollup

  • a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application

Vite

esbuild

  • Our current build tools for the web are 10-100x slower than they could be.

Rome?

Snowpack?

関連