Awesome JavaScript Module Loaders

  • browserify browserify 14,500
    star
    updated about 2 months ago MIT License

    browser-side require() the node.js way

  • updated almost 6 years ago MIT License

    Polyfill for the ES Module Loader

  • requirejs requirejs 12,925
    star
    updated 3 months ago Other

    A file and module loader for JavaScript

  • rollup rollup 24,688
    star
    updated about 1 month ago Other

    Next-generation ES module bundler

  • steal steal 1,364
    star
    updated 8 months ago MIT License

    Gets JavaScript

  • systemjs systemjs 12,805
    star
    updated about 2 months ago MIT License

    Dynamic ES module loader

  • webpack webpack 64,061
    star
    updated about 1 month 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.