interface ModuleOptions {
    attributes: Record<string, string>;
    meta: CustomPluginOptions;
    moduleSideEffects: boolean | "no-treeshake";
    syntheticNamedExports: string | boolean;
}

Hierarchy (view full)

Properties

attributes: Record<string, string>
moduleSideEffects: boolean | "no-treeshake"
syntheticNamedExports: string | boolean