Optional
mapFile containing initial import map (defaults to importmap.json, supports .js with embedded JSON, or HTML with inline import map)
Optional
conditionsComma-separated environment condition overrides or array of conditions (defaults to ['browser', 'development', 'module'] in normal mode, or ['browser', 'production', 'module'] in production mode)
Optional
resolutionComma-separated dependency resolution overrides or array of resolutions (no default, used to override specific package versions)
Optional
providerOptional
cacheCache mode for fetches (defaults to 'online', accepts 'online', 'offline', 'no-cache')
Optional
quietSuppress non-essential output (defaults to false)
Optional
showDisplay version information (defaults to false)
Optional
dirDirectory to operate in (defaults to current working directory)
Optional
disableComma-separated list of warnings to disable (e.g., 'file-count')
Package to eject in the format "[provider:]package[@version]" (required)
Flags for ejecting published packages.
Used with jspm publish --eject to download published packages into local directories.