dynamicImport.ts 209 Bytes
// 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;
}