UNPKG

html-inline-css-webpack-plugin

Version:

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

7 lines (6 loc) 216 B
import type { Compiler } from 'webpack'; import { BasePlugin } from './base-plugin'; export declare class PluginForHtmlWebpackPluginV3 extends BasePlugin { private process; apply(compiler: Compiler): void; }