Open BenjaminVanRyseghem opened 6 years ago
I believe in the latest version (3.0.0) you should be able to do import "../widgets/actions/*"
. Let me know if that does not work
I got
Cannot find module '../widgets/actions' from '/Users/benjamin/work/project/src/helpers'
Works for me. You have to put *
at the end. Like import "../widgets/actions/*";
@mitar I changed company since, and I don't use this anymore :smile:
If @vihanb confirms it works, he can close this :smile:
Currently, the following fails:
while the following works
In my case, just loading the files has the side-effect I want. I would like to avoid having an unused var.