Chrome中创建的“创建反应应用程序” ServiceWorker

时间:2019-04-03 15:36:36

标签: reactjs google-chrome service-worker create-react-app

Create-react-app ServiceWorker在Chrome中不起作用。刷新浏览器时,将显示带有源代码的白页。请参见下面的屏幕截图。 Safari和Firefox中不存在此问题。

复制步骤:

  1. create-react-app foo
  2. cd foo
  3. npm安装
  4. 在index.js中将serviceWorker.unregister()更改为serviceWorker.register()
  5. npm运行构建
  6. 服务-s构建
  7. 在Chrome中打开http://localhost:5000(或显示的任何端口号)。
  8. 看到旋转的反应徽标后刷新浏览器
  9. 现在显示带有源代码的白页(请参见下面的屏幕截图)

您得到的还是一样的Chrome?知道是什么原因导致了这个问题吗?

enter image description here

0 个答案:

没有答案