You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This import is resolved at compile time — that is, before the script starts executing. All the imports and exports of the declarative module dependency graph are resolved before execution.
It makes futile to adjust it right after the import. So have to look for another options :( #6 (comment)
The text was updated successfully, but these errors were encountered:
Just thought about to make the way to configure hook via external file, similar to gulpfile.js. Presumably it will solve the issue with the es6 imports.
Thanks to @pocketjoso we found out, that its impossible to adjust options for the require hook in the modern syntax. According to the http://calculist.org/blog/2012/06/29/static-module-resolution/
It makes futile to adjust it right after the import. So have to look for another options :(
#6 (comment)
The text was updated successfully, but these errors were encountered: