@bit/loader-sourcemaps

bit-bundler plugin for initializing source maps

Usage no npm install needed!

<script type="module">
  import bitLoaderSourcemaps from 'https://cdn.skypack.dev/@bit/loader-sourcemaps';
</script>

README

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