We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"@modern-js/module-tools": "2.51.0",
const icon = await import(@/img/plan/${item.path}.png); 代码打包出来后是 const icon = yield import(@/img/plan/${item.path}.png);
@/img/plan/${item.path}.png
静态资源没有打包进来
参考以上说明
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Details
const icon = await import(
@/img/plan/${item.path}.png
);代码打包出来后是
const icon = yield import(
@/img/plan/${item.path}.png
);静态资源没有打包进来
Reproduce link
参考以上说明
Reproduce Steps
参考以上说明
The text was updated successfully, but these errors were encountered: