bit-loader-sourcemaps
v0.1.1
Published
bit-bundler plugin for initializing source maps
Downloads
14
Maintainers
Readme
bit-loader-sourcemaps
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"
]
};