james-proxy / james

Web Debugging Proxy Application
1.42k stars 125 forks source link

Uses relative imports #388

Closed mitchhentges closed 6 years ago

mitchhentges commented 6 years ago

Right now, the imports depend on webpack configuration (top-level resolve aliases). However, most IDE's don't parse this, so using functions from other files requires a manual import, which is annoying. It's more convenient if your IDE does your imports for you, if possible.