Is there any way to restore the angular (4,5,6,any version) source code from dist folder after doing ng build --prod ?
Asked
Active
Viewed 781 times
0
-
[possible Duplicate](https://stackoverflow.com/questions/47929835/restore-angular-4-project-from-dist-folder) find the answer in the link provided – pavan kumar Nov 28 '19 at 10:22
-
Possible duplicate of [Restore Angular 4 project from dist folder](https://stackoverflow.com/questions/47929835/restore-angular-4-project-from-dist-folder) – sanjeev Nov 28 '19 at 10:25
1 Answers
1
- If no source-maps - No
- If there are source-maps - theoretically yes, check the article “SPA source code recovery by un-Webpacking source maps” by rarecoil https://link.medium.com/72EsrCGTY1 But practically I didn't meet such activities previously

Oleksandr Poshtaruk
- 2,062
- 15
- 18