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

Package Sidebar

Install

npm i @bit/loader-sourcemaps

Weekly Downloads

4

Version

0.1.2

License

MIT

Unpacked Size

4.1 kB

Total Files

6

Last publish

Collaborators

  • manchagnu