https://github.com/miguelcastillo/bit-loader-sourcemaps
bit-bundler plugin for initializing source maps
https://github.com/miguelcastillo/bit-loader-sourcemaps
Last synced: about 2 months ago
JSON representation
bit-bundler plugin for initializing source maps
- Host: GitHub
- URL: https://github.com/miguelcastillo/bit-loader-sourcemaps
- Owner: MiguelCastillo
- License: mit
- Created: 2018-01-17T03:48:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T03:34:52.000Z (over 6 years ago)
- Last Synced: 2025-04-01T18:50:47.982Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bit-loader-sourcemaps
[](https://greenkeeper.io/)[](https://travis-ci.org/MiguelCastillo/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.
``` javascript
module.exports = {
loader: [
"@bit/loader-sourcemaps",
"@bit/loader-babel",
"@bit/loader-builtins"
]
};
```