create-react-pwa icon indicating copy to clipboard operation
create-react-pwa copied to clipboard

sw-precache ignores `swFilePath`

Open nalbion opened this issue 7 years ago • 0 comments

when I run the build it creates service-worker.js in my project directory and caches:

  • yarn.lock
  • sw-precache-config.js
  • README.md
  • node_modules/ ...everything...

nalbion avatar Mar 09 '17 07:03 nalbion