MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Prevent serve command from caching files #90

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

This PR ensures that mm-snap serve will never cache any files. This prevents the browser from loading cached files even if they've changed on disk, which happened for me during local development.