vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
342 stars 52 forks source link

[WIP] feat: support custom block transform #90

Closed kazupon closed 4 years ago

kazupon commented 4 years ago

This PR is PoC for custom blocks supporting. maybe, It still need to be tweaked implementation due to bundle correctly with load hook of rollup-plugin-vue.