Hi, I tried implementing a fast development loop for sapper using nollup but it seems that support for dynamic imports is not (yet?) present in nollup.
A few specific observations:
- OutputChunk.dynamicImports is missing
- ModuleInfo.dynamicallyImportedIds is missing
- modules referenced by dynamic imports themselves don't seem to be included in any of the output chunks
Is this something that should be present or is there a fundamental reason it's incompatible with the nollup philosophy?
Hi, I tried implementing a fast development loop for sapper using nollup but it seems that support for dynamic imports is not (yet?) present in nollup.
A few specific observations:
Is this something that should be present or is there a fundamental reason it's incompatible with the nollup philosophy?