https://github.com/erickwendel/how-minifying-code-and-source-maps-work-in-practice
A video tutorial about Creating your own UglifyJS - Minifying code and generating source maps from scratch
https://github.com/erickwendel/how-minifying-code-and-source-maps-work-in-practice
acorn bundling escodegen from javascript minify nodejs scratch sourcemaps tooling
Last synced: 3 months ago
JSON representation
A video tutorial about Creating your own UglifyJS - Minifying code and generating source maps from scratch
- Host: GitHub
- URL: https://github.com/erickwendel/how-minifying-code-and-source-maps-work-in-practice
- Owner: ErickWendel
- Created: 2023-06-14T22:36:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T14:20:28.000Z (over 2 years ago)
- Last Synced: 2024-04-15T04:12:04.629Z (over 1 year ago)
- Topics: acorn, bundling, escodegen, from, javascript, minify, nodejs, scratch, sourcemaps, tooling
- Language: JavaScript
- Homepage: https://bit.ly/creating-your-own-uglifyjs-ew
- Size: 36.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# how-minifying-code-and-source-maps-work-in-practice
## About
Welcome, this repo is part of my [**youtube video**](https://ewbr.cc/uglify-video) about **Creating your own UglifyJS - Minifying code and generating source maps from scratch (en-us)**First of all, leave your star 🌟 on this repo.
## Complete source code
- Access it in [app](./recorded/)
## Have fun!