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
嘗試利用 with-react-loadable 的官方範例來實現 lazy loading
但在做完 yarn build 並且 yarn start時 點選 http://127.0.0.1:6001/dynamic 網址會一直卡在loading畫面
yarn build
yarn start
http://127.0.0.1:6001/dynamic
然後這是執行 yarn build之後的資料夾內容
貌似出錯原因是在dynamic這路徑底下找不到 2.js這個檔案 請問應該要如何做?
2.js
The text was updated successfully, but these errors were encountered:
应该版本更新后导致的不兼容问题,建议看下官方文档react-loadable#also-see排查,或者使用 loadable-components 替代。
Sorry, something went wrong.
No branches or pull requests
嘗試利用 with-react-loadable 的官方範例來實現 lazy loading
但在做完
yarn build
並且yarn start
時點選
http://127.0.0.1:6001/dynamic
網址會一直卡在loading畫面然後這是執行
yarn build
之後的資料夾內容貌似出錯原因是在dynamic這路徑底下找不到
2.js
這個檔案請問應該要如何做?
The text was updated successfully, but these errors were encountered: