Is there a possible way to recover the original code from ember build?

I have an old EmberJS project, I misplaced the code and now only have its build on the production server. Is there a way to revert the build to recover the code, if not completely then to some extent maybe.

Other people might have more experience in this area but my guess would be if the code is unminified or has sourcemaps you may be able to scrape something together (though I assume it would be very difficult). If all you have is the minified source… that seems extremely unrealistic. Again though I’m not an expert here.

I realize this makes your scenario worse but I think it’s a good thing that it’s not easy to take production code and “unbuild” it… then you could essentially steal anyone’s front-end app.