Fable icon indicating copy to clipboard operation
Fable copied to clipboard

Support `${outDir}` macro from imports coming from Fable.Compiler plugins

Open MangelMaxime opened this issue 1 year ago • 0 comments

Description

Fable imports allows to use ${outDir} macro, in order to make the import path be adapted to reference independently from where we consume the imported code.

However, it seems that import coming from Plugin doesn't support that ${outDir} maccro.

More context there https://github.com/Zaid-Ajaj/Feliz/issues/624

MangelMaxime avatar Oct 20 '24 11:10 MangelMaxime