Open
Description
A common use-case for this loader is to use it to generate an HTML file. Many users use this in tandem with the extract-loader
. Sadly, extract-loader
is very outdated and seems unmaintained.
Feature Proposal
html-loader
should support an option to output the HTML code it create into a new file.
It could also output the CSS code, but this is maybe out of scope for this loader.
Feature Use Case
Users can use a .html
as entry. This means that they'll need the html-loader
to handle the HTML code. Having an extract option would allow to output the HTML code into a new file in the destination folder, which is convenient for continuous deployment.
Metadata
Metadata
Assignees
Labels
No labels