nystudio107 / annotated-webpack-config

This is the companion github repo for the "An Annotated webpack 4 Config for Frontend Web Development" article.
https://nystudio107.com/blog/an-annotated-webpack-4-config-for-frontend-web-development
MIT License
435 stars 75 forks source link

WARNING in Specifying 'cacheFirst'' in a 'runtimeCaching[].handler' option is deprecated. #22

Closed Saboteur777 closed 4 years ago

Saboteur777 commented 4 years ago

Error on npm run build:

WARNING in Specifying 'cacheFirst'' in a 'runtimeCaching[].handler' option is deprecated. Please update your config to use 'CacheFirst' instead. In v4 Workbox strategies are now classes instead of functions.
khalwat commented 4 years ago

Fixed in your PR