Awesome JavaScript Module Loaders

  • browserify browserify 14,579
    star
    updated 8 months ago MIT License

    browser-side require() the node.js way

  • updated over 6 years ago MIT License

    Polyfill for the ES Module Loader

  • requirejs requirejs 12,930
    star
    updated 4 months ago Other

    A file and module loader for JavaScript

  • rollup rollup 25,314
    star
    updated 25 days ago Other

    Next-generation ES module bundler

  • steal steal 1,365
    star
    updated about 1 year ago MIT License

    Gets JavaScript

  • systemjs systemjs 12,875
    star
    updated 6 months ago MIT License

    Dynamic ES module loader

  • webpack webpack 64,550
    star
    updated 2 months ago MIT License

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.