Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicate dependency on util package
[Mr][] and [Mop][] serve a similar function to [Browserify][] but supports refresh-to-reload during development using Mr and whole package application transformation with Mop. Thus a build step is not necessary during development, and transforming packages for use in production does not require any configuration changes in source. These loaders support Node.js modules and packages with very high fidelity, inferring where npm installed packages, but with one major caveat, unlike Browserify, Mr does not assume that the running environment has Node.js global modules. This is easily rectified by explicating the dependency on the corresponding package from npm. [Mr]: https://github.com/montagejs/mr [Mop]: https://github.com/montagejs/mop [Browserify]: https://github.com/substack/node-browserify
- Loading branch information