html-loader icon indicating copy to clipboard operation
html-loader copied to clipboard

feat: add support to css url

Open EslamHiko opened this issue 5 years ago • 1 comments

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

EslamHiko avatar Apr 08 '20 13:04 EslamHiko

any update? or some solution for url() in css

Pong420 avatar Apr 29 '21 08:04 Pong420