You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable/disable parsing "import { createRequire } from "module"" and evaluating createRequire().
3288
3288
*/
3289
3289
createRequire?: boolean|string;
3290
+
/**
3291
+
* Enable experimental tc39 proposal https://github.com/tc39/proposal-defer-import-eval. This allows to defer execution of a module until it's first use.
3292
+
*/
3293
+
deferImport?: boolean;
3290
3294
/**
3291
3295
* Specifies global fetchPriority for dynamic import.
0 commit comments