标签: webpack webpack-4
我的要求是在基于webpack的项目中有多个具有不同大小的图像,例如
default.png
default@2x.png
default@3x.png
如果缺少default@2x.png,我想加载default.png。
我该如何实现?