Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yisibl/uglify-js-issue
https://github.com/yisibl/uglify-js-issue
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yisibl/uglify-js-issue
- Owner: yisibl
- Created: 2024-08-06T07:50:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T08:11:06.000Z (3 months ago)
- Last Synced: 2024-10-09T08:09:05.605Z (about 1 month ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uglify-js-issue
## What's the problem?
[uglify-js](https://github.com/mishoo/UglifyJS/releases/tag/v3.19.0) `3.19.0` causes an issue with compression losing code, the `.init=function()` function is missing from `build_3_19/day.js`.
This does not happen in [version 3.18.0](https://github.com/mishoo/UglifyJS/releases/tag/v3.18.0), compare the difference between the files in `build_3_18/day.js` and `build_3_19/day.js`.
## Steps
```bash
npm i
npm run build
```