xiaofuzi / rollup-plugin-less

a less rollup plugin
22 stars 23 forks source link

Plugin doesn't wait until writeFile is complete #25

Closed raybooysen closed 5 years ago

raybooysen commented 5 years ago

The plugin calls writeFile, but doesn't wait until the operation is complete. It is passing in a callback that is undefined.

This means that multiple file operations could be overlapping

raybooysen commented 5 years ago

Dupe of #24