mozilla / avocado

Avocado is a dashboard for rich insights into the health of the Firefox Experiments Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve import path for project files by using aliases

rehandalal opened this issue · comments

commented

In webpack we use alias resolvers to map the project root to an alias to allow non-relative imports which I think are a lot cleaner.

Parcel seems to be able to do the same: https://parceljs.org/module_resolution.html#aliases