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.
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.