Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Having
inline
and less
imports of the same name lead to a race co…
…ndition Stumbled upon this working on webpack-contrib/less-loader#242. See an instance of the mentioned race condition here: https://ci.appveyor.com/project/webpack-contrib/less-loader/build/1.0.46/job/mbywf90cimqkjee5 It happens when processing files like this: ```less @import (less) "some/css.css"; @import (inline) "some/css.css"; ```
- Loading branch information