Authored by QC-L

修复图片放置 static 无法引入的问题 review by 黄敬囿

... ... @@ -53,7 +53,8 @@ const config = {
defineConstants: {
},
copy: {
patterns: [
patterns: [
{ from: 'src/assets/images/', to: 'dist/assets/images/' }
],
options: {
}
... ...