Open Toilal opened 7 years ago
@Toilal Sorry for delayed response.
You probably found your own solution but you may be able to use under lib/modules
codes since they are intended to decoupled from webpack.
Also, feel free to include the sources in this repo into your plugin and modify them since they are all MIT licensed.
FYI: there is an ongoing official vue-component-compiler that includes useful features such as scope id, template compilation and so on. You probably should use it after released it.
It's more a question than an issue, but do you know if this loader is available as a rollup plugin ?
I'm planning to write a library boilerplate and i would like to use rollup instead.