abhijithvijayan / web-extension-starter

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
MIT License
2.01k stars 171 forks source link

option to provide cache busting #10

Closed abhijithvijayan closed 3 years ago

abhijithvijayan commented 4 years ago

As the manifest is generated at runtime, this could be used to inject the scripts source with webpack to manifest.json instead of setting js/background.js as static to prevent caching of scripts which when receives an update.

abhijithvijayan commented 4 years ago

Webpack assets hashes, if possible could be added to manifest at runtime.

abhijithvijayan commented 3 years ago

Fixed in 29a43e451d772d982c2617206bf3aa27cdd3b6aa