web-infra-dev / modern.js

Modern.js is a web engineering system, including a web framework and a npm package solution.
https://modernjs.dev/en/
MIT License
4.28k stars 352 forks source link

[Bug]: import动态导入静态资源未识别,当成三方包了 #5788

Closed xiejun-net closed 1 month ago

xiejun-net commented 1 month ago

Version

"@modern-js/module-tools": "2.51.0",

Details

const icon = await import(@/img/plan/${item.path}.png); 代码打包出来后是 const icon = yield import(@/img/plan/${item.path}.png);

静态资源没有打包进来

Reproduce link

参考以上说明

Reproduce Steps

参考以上说明