helpscout / proxypack

🎭ProxyPack: Proxy Local Webpack Assets to your Production Domain
MIT License
6 stars 1 forks source link

Refactor #6

Closed tjbo closed 5 years ago

tjbo commented 5 years ago

Initially when ProxyPack was first setup, it was more a POC, and didn't really have a good design. With this refactor it has a more solid design that will be easier to extend and fix.

The source folder is now divided along the entry points to the application, a cli, webpack, a browser. And then also another folder for the server. They all talk to the server. The server has also been cleaned up and moved off of a class, to isolate things.