jantimon / favicons-webpack-plugin

Let webpack generate all your favicons and icons for you
MIT License
1.2k stars 211 forks source link

fix: remove snapshot cache #360

Closed harxki closed 3 months ago

harxki commented 3 months ago

This pull request contains modifications to the src/cache.js and src/index.js files, primarily focusing on simplifying the caching system. The changes include the removal of the pluginInstance parameter and associated caches, and the elimination of the snapshot creation and validation process.

Changes to caching system: