Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bit/loader-sourcemaps

MiguelCastillo94MIT0.1.2

bit-bundler plugin for initializing source maps

bit-bundler, bit-loader-plugin

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