requirepack
v0.0.1
Published
Webpack + RequireJS interoperable shared libraries
Downloads
4
Maintainers
Keywords
Readme
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 viaTEST_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