hjeti / vue-skeleton

A Vue skeleton
MIT License
108 stars 21 forks source link

Set module config for typescript to esnext #81

Closed flut1 closed 6 years ago

flut1 commented 6 years ago

This allows us to use the new es import() function to dynamically load modules. This is the recommended way in webpack to create split points in code, so this will be used quite frequently.