mandrasch / ddev-craftcms-vite

Demo repository for CraftCMS + DDEV + vite, including support for GitHub codespaces.
Creative Commons Zero v1.0 Universal
9 stars 0 forks source link

enable hmr for js? #2

Closed mandrasch closed 4 months ago

mandrasch commented 11 months ago

saw this in craft discord: https://discord.com/channels/456442477667418113/545074396457336835/1131653692681113670

// Accept HMR as per: https://vitejs.dev/guide/api-hmr.html
if (import.meta.hot) {
  import.meta.hot.accept(() => {
    console.log("HMR")
  });
}
mandrasch commented 10 months ago

:-D regarding twig: https://www.youtube.com/watch?v=zrO9qAF3Y2Q

image

mandrasch commented 6 months ago

not further investigated