The path to the externalized module starting with file://,
by default this will be imported via a dynamic "import"
instead of being transformed by vite and loaded with vite runner
type
type:"commonjs"|"module"|"builtin"|"network"
Type of the module. Will be used to determine if import statement is correct.
For example, if Vite needs to throw an error if variable is not actually exported
The path to the externalized module starting with file://, by default this will be imported via a dynamic "import" instead of being transformed by vite and loaded with vite runner