Set the value of require.amd
and define.amd
. Or disable AMD support.
Enable/disable special handling for browserify bundles.
Enable/disable parsing of CommonJs syntax.
Enable/disable parsing of magic comments in CommonJs syntax.
Enable/disable parsing "import { createRequire } from "module"" and evaluating createRequire().
Specifies global fetchPriority for dynamic import.
Specifies global mode for dynamic import.
Specifies global prefetch for dynamic import.
Specifies global preload for dynamic import.
Specifies the behavior of invalid export names in "import ... from ..." and "export ... from ...".
Enable warnings for full dynamic dependencies.
Enable recursive directory lookup for full dynamic dependencies.
Sets the default regular expression for full dynamic dependencies.
Set the default request for full dynamic dependencies.
Enable/disable parsing of EcmaScript Modules syntax.
Enable/disable parsing of import() syntax.
Specifies the behavior of invalid export names in "import ... from ...".
Enable/disable evaluating import.meta.
Enable/disable evaluating import.meta.webpackContext.
Include polyfills or mocks for various node stuff.
Specifies the behavior of invalid export names in "export ... from ...". This might be useful to disable during the migration from "export ... from ..." to "export type ... from ..." when reexporting types in TypeScript.
Enable/disable parsing of require.context syntax.
Enable/disable parsing of require.ensure syntax.
Enable/disable parsing of require.include syntax.
Enable/disable parsing of require.js special syntax like require.config, requirejs.config, require.version and requirejs.onError.
Deprecated in favor of "exportsPresence". Emit errors instead of warnings when imported names don't exist in imported module.
Handle the this context correctly according to the spec for namespace objects.
Enable/disable parsing of System.js special syntax like System.import, System.get, System.set and System.register.
Enable warnings when using the require function in a not statically analyse-able way.
Enable recursive directory lookup when using the require function in a not statically analyse-able way.
Sets the regular expression when using the require function in a not statically analyse-able way.
Sets the request when using the require function in a not statically analyse-able way.
Enable/disable parsing of new URL() syntax.
Disable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().
Enable warnings for partial dynamic dependencies.
Enable recursive directory lookup for partial dynamic dependencies.
Set the inner regular expression for partial dynamic dependencies.
Parser options for javascript modules.