Skip to content

Commit 1e74681

Browse files
committed
Temporary fix to pyscript bug
1 parent 9a485bd commit 1e74681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reactpy/pyscript/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def extend_pyscript_config(
107107
f"{REACTPY_PATH_PREFIX.current}static/morphdom/morphdom-esm.js": "morphdom"
108108
}
109109
},
110+
"packages_cache": "never",
110111
}
111112
pyscript_config["packages"].extend(extra_py)
112113

0 commit comments

Comments
 (0)