vuejs / vue-component-compiler

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

feat: Skip style injection when soure is empty #65

Closed znck closed 6 years ago

znck commented 6 years ago

Useful when using CSS modules or scoped CSS but extracting styles.

e.g. https://github.com/vuejs/rollup-plugin-vue/pull/188