文件结构
leveldown
index.html
node_modules
main.sass
├───assets
│ ├───scss
│ ├───js
│ ├───img
│ ├───plugins
│ └───index.html
├───dist
│ ├───css
│ ├───img
│ ├───js
│ └───index.html
└───webpack.config.js
webpack.config.js
<img src="img/exapmle.jpg" alt="exapmle">
在dist的生产环境中,如果更改为publicPath:'../',则只能看到html中的图片,