You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on developing in checkout through script URL, utilizing Vite and Vue.js to leverage Hot Module Replacement (HMR) for real-time changes. At present, to apply my local changes, it necessitates running npm run build and performing a hard reload in bigcommerce checkout, which tends to be time-consuming.
I am reaching out to inquire how I might streamline this process and facilitate a more efficient development workflow. Essentially, I am looking for guidance on setting up an environment where I can see the changes in real-time without having to constantly rebuild and reload.
The text was updated successfully, but these errors were encountered:
Thank you for bringing this up. We don't currently have any plans to add hot reloading to our roadmap, but we do encourage you to think about creating a specialized implementation of it to improve your development process.
Hello,
I am currently working on developing in checkout through script URL, utilizing Vite and Vue.js to leverage Hot Module Replacement (HMR) for real-time changes. At present, to apply my local changes, it necessitates running
npm run build
and performing a hard reload in bigcommerce checkout, which tends to be time-consuming.I am reaching out to inquire how I might streamline this process and facilitate a more efficient development workflow. Essentially, I am looking for guidance on setting up an environment where I can see the changes in real-time without having to constantly rebuild and reload.
The text was updated successfully, but these errors were encountered: