html-loader
html-loader copied to clipboard
remove documentation of use cases involving extract-loader
Documentation Is:
- [ ] Missing
- [ ] Needed
- [x] Confusing
- [ ] Not Sure?
Please Explain in Detail...
Is it a wild goose chase to document a use case with extract-loader
when that is obsolete?
Your Proposal for Changes
Remove obsolete mentions of extract-loader
Yes, we need to remove it, PR welcome
Wonderful.
What is the alternative, though? HtmlWepbackPlugin
works great for HTML files, but not sure what's the best way to handle stylesheets, because we relied on { use: ['file-loader', 'extract-loader', 'css-loader', ...] }
before.
:point_up: ok, looks like for CSS experiements.css seems to be a great direction.