icestark
icestark copied to clipboard
微模块打包的图片资源引用路径不正确
构建结果为:
- modules
- assets
- abc.svg
- moduleA
- index.js
- index.css
index.css 中引用的结果为 __webpack_public_path__/assets/abc.svg
正确的路径应该为 __webpack_public_path__/modules/assets/abc.svg