From where is system.import coming?
-
Amazing Framework, thx for sharing this brilliant work.
Just wondering, in route.js there is:function load(component) {
return () => System.import(
components/${component}.vue
)}
From where is “System” coming? Anyhow, there is no SystemJs involved I guess?
Thanks for shedding a light on that.
Cheers
paul. -
System.import
is a Webpack directive. https://www.google.ro/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=system.import+webpack&*
No SystemJS involved, yes.