How to use dynamic import in typescript with webpack application

后端 未结 1 1283
一个人的身影
一个人的身影 2020-12-21 19:52

I have import some of my modules dynamically based on button click, i have used like below\"

1条回答
  •  春和景丽
    2020-12-21 20:40

    The whole logic seems weird for me. If you use a module just import it and then use it under certain conditions or after event is triggered

    0 讨论(0)
提交回复
热议问题