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
最小复现代码
import('vconsole').then(() => {}); // ...
原因是 AssetsManifestPlugin 中 pages[chunkName.replace(/^p_/, '')] = chunkFiles; 未判断 chunkName 为空的情况 (动态值时)
pages[chunkName.replace(/^p_/, '')] = chunkFiles;
构建不报错
No response
3
The text was updated successfully, but these errors were encountered:
ClarkXia
No branches or pull requests
Describe the bug
最小复现代码
原因是 AssetsManifestPlugin 中
pages[chunkName.replace(/^p_/, '')] = chunkFiles;
未判断 chunkName 为空的情况 (动态值时)Expected behavior
构建不报错
Actual behavior
No response
Version of ice.js
3
Content of build.json or ice.config.mts
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: