@bit/loader-sourcemaps

0.1.2 • Public • Published

bit-loader-sourcemaps

Greenkeeper badgeBuild Status

bit-bundler plugin for initializing source maps.

Examples

The example below illustrates how bit-loader-sourcemaps generates source maps that are then consumed by two other plugins, which successfully merge source maps that they generate.

module.exports = {
  loader: [
    "@bit/loader-sourcemaps",
    "@bit/loader-babel",
    "@bit/loader-builtins"
  ]
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    3
  • 0.1.1
    0

Package Sidebar

Install

npm i @bit/loader-sourcemaps

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

4.1 kB

Total Files

6

Last publish

Collaborators

  • manchagnu