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
System: OS: Windows 10 10.0.19045 CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U Memory: 4.14 GB / 15.64 GB Browsers: Edge: Chromium (125.0.2535.92) Internet Explorer: 11.0.19041.3636 npmPackages: @modern-js/app-tools: 2.53.0 => 2.53.0 @modern-js/eslint-config: 2.53.0 => 2.53.0 @modern-js/runtime: 2.53.0 => 2.53.0 @modern-js/tsconfig: 2.53.0 => 2.53.0
npm start 启动之后虽然很快就显示编译完成,但是实际浏览器中依然要等很久才能实际看到内容。
npm start
如图编译只耗时了3秒左右 但是实际需要等上半分多钟才能看到,并且由于链接中仅是一个最小复现,实际项目中随着文件数量增加,目前需要等待的时间已经达到了2到3分钟
https://github.com/urielvan/modern-js-example
执行 npm start,在显示链接后打开浏览器查看
The text was updated successfully, but these errors were encountered:
这看起来像是个是网络问题。
Sorry, something went wrong.
@zllkjc 我觉得不是网络问题,如图所示,就第一次请求特别耗时,后续再怎么刷新都能很流畅地加载完成
No branches or pull requests
版本信息
问题详情
npm start
启动之后虽然很快就显示编译完成,但是实际浏览器中依然要等很久才能实际看到内容。如图编译只耗时了3秒左右
但是实际需要等上半分多钟才能看到,并且由于链接中仅是一个最小复现,实际项目中随着文件数量增加,目前需要等待的时间已经达到了2到3分钟
复现链接
https://github.com/urielvan/modern-js-example
复现步骤
执行
npm start
,在显示链接后打开浏览器查看The text was updated successfully, but these errors were encountered: