html-loader
html-loader copied to clipboard
feat: add support to css url
This PR contains a:
- [ ] bugfix
- [x] new feature
- [ ] code refactor
- [x] test update
- [ ] typo fix
- [ ] metadata update
Motivation / Use-Case
add support for url in css : https://github.com/webpack-contrib/html-loader/issues/259
background: url(image.png) => background-image:url(/webpack/public/path/image.png)
Breaking Changes
No
Additional Info
any update? or some solution for url() in css