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) and Vite plugins. If you are using a different bundler, make sure it supports the API. Some bundlers still use module.hot, which won't work with Ssam.

Clone this wiki locally