lichenglu / MVivo

An open sourced NVivo built with Typescript
https://mvivo.herokuapp.com
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Code splitting is not working #19

Open lichenglu opened 5 years ago

lichenglu commented 5 years ago

Currently, in tsconfig, the module is using conmmonjs, which does not support code splitting. However, though switching the module and target to esnext works for code-splitting, the whole app is broken because of usage of export * from XXmodule.