File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1023,14 +1023,8 @@ module.exports = {
1023
1023
1024
1024
### Export into HTML files
1025
1025
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/ ) .
1034
1028
1035
1029
The html-loader will parse the URLs, require the images and everything you
1036
1030
expect. The extract loader will parse the javascript back into a proper html
You can’t perform that action at this time.
0 commit comments