Skip to content

Dev Environment

Daeinc edited this page Dec 14, 2023 · 4 revisions

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.

Clone this wiki locally