Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/browserify-sourcemap-poc
Source mapping urls for browserify proof of concept.
https://github.com/thlorenz/browserify-sourcemap-poc
Last synced: 24 days ago
JSON representation
Source mapping urls for browserify proof of concept.
- Host: GitHub
- URL: https://github.com/thlorenz/browserify-sourcemap-poc
- Owner: thlorenz
- Created: 2013-03-04T12:21:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-08T12:33:18.000Z (almost 12 years ago)
- Last Synced: 2024-10-23T06:15:17.282Z (2 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Proof of Concept
Figuring out how source mapping urls could be added to browserify.
Run `npm test` to see a working example.
## Inline mappings
Inline mappings currently work in:
- Chrome Canary (Version >= 27.0.1428.0 canary)
- Chrome (Version >= 26.0.1410.19 beta)Inline maps are **not working in**:
- Chrome official release (Version 25.0.1364.155)
![dev-tools](https://raw.github.com/thlorenz/browserify-sourcemap-poc/master/assets/dev-tools.png)