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

https://github.com/shanebdavis/pusher-js-5-webpack-uglify

example of weird pusher-js-5-webpack-uglify related problem
https://github.com/shanebdavis/pusher-js-5-webpack-uglify

Last synced: 4 months ago
JSON representation

example of weird pusher-js-5-webpack-uglify related problem

Awesome Lists containing this project

README

        

repro:
```shell
npm install
npm run build

# works
open index.html

# fails in console with error:
# Uncaught You must pass your app key when you instantiate Pusher.
open index.min.html
```

Check the console.