0.1.1 • Published 6 years ago

bit-loader-sourcemaps v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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"
  ]
};