browserify-relpath-label

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

Usage no npm install needed!

<script type="module">
  import browserifyRelpathLabel from 'https://cdn.skypack.dev/browserify-relpath-label';
</script>

README

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.