UNPKG

html-inline-css-webpack-plugin

Version:

☄️ A webpack plugin for convert external stylesheet to embedded stylesheet, aka document stylesheet

9 lines (8 loc) 270 B
import type { Compiler } from 'webpack'; import { BasePlugin } from './base-plugin'; export declare class PluginForHtmlWebpackPluginV4 extends BasePlugin { private cssStyleMap; private prepareCSSStyle; private process; apply(compiler: Compiler): void; }