From 3a28ca3c9853eefc9b638354a493c8fb92bc31f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinis=20Adovi=C4=8Ds=20/=20kroko?= Date: Sun, 6 Dec 2020 10:57:02 +0200 Subject: [PATCH] docs: remove depreciated plugin (#1569) this one has been dead for a long time https://github.com/jouni-kantola/inline-chunk-manifest-html-webpack-plugin/issues --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4e8d18b1..543633a2 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ The `html-webpack-plugin` provides [hooks](https://github.com/jantimon/html-webp * [resource-hints-webpack-plugin](https://github.com/jantimon/resource-hints-webpack-plugin) to add resource hints for faster initial page loads using `` and `` * [preload-webpack-plugin](https://github.com/GoogleChrome/preload-webpack-plugin) for automatically wiring up asynchronous (and other types) of JavaScript chunks using `` helping with lazy-loading * [link-media-html-webpack-plugin](https://github.com/yaycmyk/link-media-html-webpack-plugin) allows for injected stylesheet `` tags to have their media attribute set automatically; useful for providing specific desktop/mobile/print etc. stylesheets that the browser will conditionally download - * [inline-chunk-manifest-html-webpack-plugin](https://github.com/jouni-kantola/inline-chunk-manifest-html-webpack-plugin) for inlining webpack's chunk manifest. Default extracts manifest and inlines in `` * [html-webpack-inline-style-plugin](https://github.com/djaax/html-webpack-inline-style-plugin) for inlining styles to HTML elements using [juice](https://github.com/Automattic/juice). Useful for email generation automatisation. * [html-webpack-exclude-empty-assets-plugin](https://github.com/KnisterPeter/html-webpack-exclude-empty-assets-plugin) removes empty assets from being added to the html. This fixes some problems with extract-text-plugin with webpack 4. * [webpack-concat-plugin](https://github.com/hxlniada/webpack-concat-plugin) for concat and uglify files that needn't to be webpack bundles(for legacy files) and inject to html-webpack-plugin.