Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```