https://github.com/workmanw/broccoli-uglify-sourcemap-bug
https://github.com/workmanw/broccoli-uglify-sourcemap-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/workmanw/broccoli-uglify-sourcemap-bug
- Owner: workmanw
- Created: 2017-12-09T00:37:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T00:37:58.000Z (over 8 years ago)
- Last Synced: 2025-02-16T20:27:34.483Z (over 1 year ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# broccoli-uglify-sourcemap-bug
Reproduction for issue: https://github.com/ember-cli/broccoli-uglify-sourcemap/issues/57
## Steps
```bash
yarn install
ember build --environment=production
cd dist
python -m SimpleHTTPServer 8000
```
Open http://0.0.0.0:8000 in a browser, the app will not load. See errors in the console.
## Changing package
If you update the `package.json` to use `ember-cli-uglify@1.2.0` and repeat the above steps, it will work.