diff --git a/.changeset/config.json b/.changeset/config.json index 1b5b83d1..7cc2a8a0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,5 +5,6 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*"] + "ignore": ["@example/*"], + "fixed": [["@triplex/electron", "@triplex/editor"]] } diff --git a/.changeset/hip-mice-hide.md b/.changeset/hip-mice-hide.md new file mode 100644 index 00000000..26747393 --- /dev/null +++ b/.changeset/hip-mice-hide.md @@ -0,0 +1,5 @@ +--- +"@triplex/client": patch +--- + +Fix Vite bundler running the scene in production mode breaking HMR.