Is it fine to use await.import instead of await deep.import? #28
Unanswered
FreePhoenix888
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We need to discuss it with @ivansglazunov When we will use bundler, it will be impossible to use regular |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This code is working when I use it in handler:
And I do not want to use
await deep.import
because I will loose code autocompletion.Let me show you what I can do when I install my package and open it in vscode and use await deep.import:

Beta Was this translation helpful? Give feedback.
All reactions