Closed
Description
This is because the following vars are not scoped by file, but to the current build :
let styleModuleImportMap;
let importedHelperIndentifier;
let styleModuleImportMapIdentifier;
It works for the first file that need runtime resolution but when a second file need runtime resolution, the following condition skips the process :
if (!importedHelperIndentifier)
Metadata
Metadata
Assignees
Labels
No labels