vuejs / vueify

Browserify transform for single-file Vue components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use synchronous version of writeFile in extract-css

FrediL opened this issue · comments

In extract-css plugin we are never waiting for async writeFile to complete. This can sometimes result in empty output file. It happend to me randomly when using with node 6.14.2.

This pull request should fix it #227