question: about the path of pictures in css and html in webpack.
expectation: html is in the root directory, css files are in the css folder
A directory structure like this
dist/
--css/
--main.css
--images/
--index.html
the current solution is to put the index.html and css files in the same directory