You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-loaderis very outdated and seems unmaintained.Feature Proposal
html-loadershould 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
.htmlas entry. This means that they'll need thehtml-loaderto 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.