requirepack

0.0.1 • Public • Published

Travis Status

RequirePack

Webpack + RequireJS shared library interoperability!

Webpack and RequireJS both can consume AMD code straight up. Which means if you are in a transitional / complex scenario where you want some code to load with Webpack and other code to load with RequireJS from the same code base you can!

And, Webpack and RequireJS both have facilities for sharing libraries across entry points. Unfortunately, if loading both RequireJS and Webpack entry points on the same page, the applications cannot natively use the same shared library.

RequirePack bridges this gap by providing an interopability layer to allow a Webpack-generated shared library to be consumaed by RequireJS entry points.

Getting Started

Install:

$ npm install --save requirepack

Configure:

TODO(8): Document Configuration

Development

Ports various servers run on:

  • 3001: Static / demo server.
  • 3030: Ephemeral server for functional tests. Override via TEST_FUNC_PORT environment variable.

Topics

  • Shared Libraries: A deep dive into how shared libraries work in RequireJS, Webpack and are bridged with RequirePack.
  • Tests: Our test suite encompasses a lot of different types of builds that are likely to be encountered, running demos, and

/requirepack/

    Package Sidebar

    Install

    npm i requirepack

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • scottianstewart
    • keithluchtel
    • ceceppa
    • robwalkerco
    • sarahformidable
    • scott-rippey
    • michaelmerrill
    • sarmeyer
    • mariano-formidable
    • ryan.roemer
    • formidable-owner
    • formidablelabs
    • carbonrobot
    • masiddee