less / less.js

Less. The dynamic stylesheet language.
http://lesscss.org
Apache License 2.0
17.02k stars 3.41k forks source link

Custom Plugin (Functions) promise async #3720

Open Arsalanliaqat opened 2 years ago

Arsalanliaqat commented 2 years ago

Hi, so i am using webpack, and created a custom function that returns path to image from manifest.json, as i have to wait until manifest.json is created, before i return something from function, i am using await, but it return promise object to less file. Is there a workaround to resolve the promise in less?