Skip to content

Commit e06fa80

Browse files
docs: remove extract-loader (#505)
1 parent c82cfea commit e06fa80

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,14 +1023,8 @@ module.exports = {
10231023

10241024
### Export into HTML files
10251025

1026-
A very common scenario is exporting the HTML into their own _.html_ file, to
1027-
serve them directly instead of injecting with javascript. This can be achieved
1028-
with a combination of 2 loaders:
1029-
1030-
- [extract-loader](https://github.com/peerigon/extract-loader)
1031-
- html-loader
1032-
1033-
and [`asset modules`](https://webpack.js.org/guides/asset-modules/)
1026+
A very common scenario is exporting the HTML into their own _.html_ file, to serve them directly instead of injecting with javascript.
1027+
This can be achieved with a combination of html-loader and [`asset modules`](https://webpack.js.org/guides/asset-modules/).
10341028

10351029
The html-loader will parse the URLs, require the images and everything you
10361030
expect. The extract loader will parse the javascript back into a proper html

0 commit comments

Comments
 (0)