7.0角度PWA服务人员未加载CSS文件

时间:2018-10-19 19:55:40

标签: angular service-worker progressive-web-apps

PWA有时可以工作,有时不加载css包,可以加载其他文件。这是我第一次尝试PWA,不确定如何使服务工作者始终加载该文件。

Chrome版本70.0.3538.67(官方内部版本)(64位)

我使用以下命令创建了基本的my-app。

  1. npm install -g @angular/cli@latest
  2. ng new my-app (selected no to router, used scss)
  3. ng add @angular/pwa --project my-app
    我对代码所做的唯一更新是对styles.scss文件的添加:
    body {background-color:yellow; }

  4. ng build --prod

  5. 将文件移动到IIS服务器(https)

有时,一切正常工作都已连接和断开。其他时候,我收到以下错误:

enter image description here enter image description here

即使我在缓存中看到css文件 enter image description here

0 个答案:

没有答案