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
- Host: GitHub
- URL: https://github.com/shanebdavis/pusher-js-5-webpack-uglify
- Owner: shanebdavis
- Created: 2019-08-14T17:54:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:43:28.000Z (over 2 years ago)
- Last Synced: 2024-12-31T16:19:00.347Z (5 months ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.