import { Plugin } from "vite"; //#region src/index.d.ts interface Options { /** * Remove block comments in inlined CSS. * For JS: we do not edit emitted code directly; when rebundling we minify and try to drop legal comments * using bundler options if available. * @default true */ removeComments?: boolean; /** * Wrap inlined JS code with for XML/XHTML compatibility. * @default false */ cdataJs?: boolean; /** * Inline dynamic imports into the main chunk when building the inline