React Code Splitting dynamic import typescript interface

276 views Asked by At

Is there any way to use dynamic import('path') for an exported interface?

1

There are 1 answers

1
Phuc Dang On

There is no need to code splitting in interface because all typescript will be compiled into plain javascipt during build time.