dynamicImport.ts 209 Bytes Edit Raw Blame History 1 2 3 4 5 // The content here is just for type approval. The actual file content is overwritten by transform export default function (id: string) { const dynamicImportModule: any = id; return dynamicImportModule; }