Hi everybody,
I have a problem with steal-tools when building my application.
In details, steal-tools work great when I have to import modules that uses AMD/ES6 (import/require) or using the <can-import from="/path/to/module" />
tag in the stache template, but I cannot figure out how to properly build the application when I want to dinamically load the module, using steal.import(“moduleName”).done() command.
When I use the steal.import() way, since it’s done at run-time, the required file will be missing.
Is there any way to solve this using steal-tools?
Thank you.