From e06fa80780c517c0ee7bf07e88ac99fe06881d9d Mon Sep 17 00:00:00 2001 From: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:56:34 +0300 Subject: [PATCH] docs: remove `extract-loader` (#505) --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 85ba3b82..07c1e760 100644 --- a/README.md +++ b/README.md @@ -1023,14 +1023,8 @@ module.exports = { ### Export into HTML files -A very common scenario is exporting the HTML into their own _.html_ file, to -serve them directly instead of injecting with javascript. This can be achieved -with a combination of 2 loaders: - -- [extract-loader](https://github.com/peerigon/extract-loader) -- html-loader - -and [`asset modules`](https://webpack.js.org/guides/asset-modules/) +A very common scenario is exporting the HTML into their own _.html_ file, to serve them directly instead of injecting with javascript. +This can be achieved with a combination of html-loader and [`asset modules`](https://webpack.js.org/guides/asset-modules/). The html-loader will parse the URLs, require the images and everything you expect. The extract loader will parse the javascript back into a proper html