xiaofuzi / rollup-plugin-less

a less rollup plugin
22 stars 23 forks source link

Plugin no longer works with multiple less files #24

Closed raybooysen closed 3 years ago

raybooysen commented 5 years ago

In this PR #21 , we've moved from appendFile to writeFile and are now async but not waiting for the write to complete.

This means we get overlapping writes to files and only ever the last write will be in the output file. Fixed by #26