-
-
Notifications
You must be signed in to change notification settings - Fork 4
Dev Environment
Daeinc edited this page Dec 14, 2023
·
4 revisions
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.