https://github.com/inside/no-mangling-option
https://github.com/inside/no-mangling-option
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/inside/no-mangling-option
- Owner: inside
- Created: 2024-06-19T10:09:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T10:13:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T20:26:00.055Z (over 1 year ago)
- Language: CSS
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. Clone this repo
2. `npm install`
3. `npm run build -- --profile --no-mangling`
4. `npm start`
# Steps to reproduce
1. Open your browser to `http://localhost:3000`
2. Open the devtools
3. If installed, go to the React Developer Tools profiler tab
4. Click on "Reload and start profiling"
5. After a few seconds, click stop on the red circle
6. A flamegraph with mangled names appears like shown in the screenshot below:

# Expected Behavior
We should see object names like shown in the screenshot below which has been taken in dev mode:
