嘗試利用 [with-react-loadable](https://github.com/alibaba/beidou/tree/master/examples/with-react-loadable) 的官方範例來實現 lazy loading 但在做完 `yarn build` 並且 `yarn start`時 點選 `http://127.0.0.1:6001/dynamic` 網址會一直卡在loading畫面 <img width="1383" alt="螢幕快照 2020-09-18 上午11 41 15" src="https://user-images.githubusercontent.com/18186183/93553111-c5667380-f9a4-11ea-9998-41bb9712058d.png"> 然後這是執行 `yarn build`之後的資料夾內容 <img width="605" alt="螢幕快照 2020-09-18 上午11 48 23" src="https://user-images.githubusercontent.com/18186183/93553153-e16a1500-f9a4-11ea-8619-e3a6a078da8a.png"> 貌似出錯原因是在dynamic這路徑底下找不到 `2.js`這個檔案 請問應該要如何做?