/webpackWithWorkbox

workbox-webpack-plugin v5.x isn't compatible with webpack v5.x, which was just released. (You should have gotten some warning messages about unmet peer dependencies during npm install, and there also should have been some compilation warnings.) Instead of '', webpack v5.x uses 'auto' as the default publicPath value for... reasons. Please test out workbox-webpack-plugin v6.0.0-alpha.3 if you need webpack v5.x compatibility. Alternatively, downgrade to webpack v4.x for the time being.

Primary LanguageHTML

Stargazers