Skip to content

Interface ImportMapPluginOptions

Source: importMap.ts

Properties

sharedPackages?

optional sharedPackages?: SharedPackage[]

Packages to expose via import map. Defaults to DEFAULT_SHARED_PACKAGES.


devImports?

optional devImports?: Record<string, string>

Dev-mode import map overrides for packages not handled by CommonJS shims.

Built by Prozilla