Jul 10, 2017 · 1 min read
In the service-worker.js file, when it comes to fetching the asset-manifest.json file, the response is undefined. I did not initialize this app with create-react-app, which would have been nice ha.
But I did however use the same package create-react-app uses to create the asset-manifest.json file, and I can see it properly in my dist folder. So at this point, I guess I’m a little confused why it’s returning an undefined response when fetching for it.
Does anything immediately pop out to you on this issue?
