Bao Huynh @bhuynh.dev · Feb 13

TIL: ESM Dynamic import has a cache! So if you're developing a module to be dynamically imported, and seeing that it keeps importing the old version, you can bust the cache by just adding a query string with `Date.now()`

0 likes 0 replies

?