0.1.3 • Published 9 years ago

browserify-relpath-label v0.1.3

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

browserify-relpath-label

NPM version Build Status Dependency Status devDependency Status

A Browserify plugin that labels modules using their paths relative to the project root.

Installation

browserify-relpath-label

Usage

browserify entry.js -p browserify-relpath-label > bundle.js

Release History

  • 2015-02-17 v0.1.2, v0.1.3 Fixed an exception when ignoring missing modules.
  • 2015-02-17 v0.1.1 README updates.
  • 2015-02-17 v0.1.0 Initial release.