vuejs / vueify

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

Use synchronous version of writeFile in extract-css #229

Open FrediL opened 6 years ago

FrediL commented 6 years ago

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