UNPKG

@types/react-dev-utils

Version:
12 lines (9 loc) 353 B
import webpack = require("webpack"); import HtmlWebpackPlugin = require("html-webpack-plugin"); /** * This Webpack plugin inlines script chunks into `index.html`. */ declare class InlineChunkHtmlPlugin extends webpack.Plugin { constructor(htmlWebpackPlugin: typeof HtmlWebpackPlugin, tests: readonly RegExp[]); } export = InlineChunkHtmlPlugin;