Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuk/webpack-sourcemaps-firefox
Demo repo to show broken Webpack source maps in Firefox
https://github.com/stuk/webpack-sourcemaps-firefox
Last synced: 6 days ago
JSON representation
Demo repo to show broken Webpack source maps in Firefox
- Host: GitHub
- URL: https://github.com/stuk/webpack-sourcemaps-firefox
- Owner: Stuk
- Created: 2015-06-25T04:14:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T04:14:33.000Z (over 9 years ago)
- Last Synced: 2024-11-03T02:41:46.014Z (about 2 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo repo to show broken Webpack source maps in Firefox
## Running
Run one of the commands below, and use a http server (e.g. `python -m SimpleHTTPServer`).
```
npm run webpack
```Uglify included to show that source maps do work in firefox
```
npm run uglify
```