Open MangelMaxime opened 1 month ago
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.
${outDir}
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
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