Skip to content

file not set up for runtime resolution if runtime resolution is needed in more than one file #17

Closed
@PCreations

Description

@PCreations

This is because the following vars are not scoped by file, but to the current build :

index.js (L19-21)

  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 :

index.js (L105)

if (!importedHelperIndentifier)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions