|
|
|
|
|
by Confiks
3915 days ago
|
|
Another fun thing about Blendle is that it is open source. At least, only the front-end, and probably unintentionally. They left their Webpack source maps on the server [1]. Chrome automatically unpacks the source map into a directory structure in the 'sources' debug view. It's nice to see how they are building their React application. I've previously sent them an email about this, but never got a reply back. I've just sent them an email again. Let's see what happens. [1] https://www.blendle.com/js/app.js.map |
|