configuration of webpack
new workboxPlugin.InjectManifest({
swSrc: "sw.js",
swDest: "serviceWorker.js"
})
error report:
readFile is empty?
configuration of webpack
new workboxPlugin.InjectManifest({
swSrc: "sw.js",
swDest: "serviceWorker.js"
})
error report:
readFile is empty?
workbox-webpack-plugin@3.6.3 requires a peer of webpack@ ^ 2.0.0 | | ^ 3.0.0 | | ^ 4.0.0
it must be that your webpack version is too low.