Dev Environment - cdaein/ssam GitHub Wiki
import.meta.hot
Ssam uses import.meta.hot
API via Vitejs bundler to handle HMR (hot module replacement), Vite plugins and logging errors, etc. If you are using a different bundler, check that it supports the API. Some bundlers still use module.hot
, which won't work with some features in Ssam.