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: 10 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T04:14:33.000Z (about 11 years ago)
- Last Synced: 2025-02-13T16:47:19.515Z (over 1 year 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
```