vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 153 forks source link

Prevent empty css #218

Open pedro-mm-pereira opened 6 years ago

pedro-mm-pereira commented 6 years ago

Problems addressed:

This proposal tries to block the write action on empty styles (can be bypassed with the allowEmpty option) and creates the directory if it does not exist.