Skip to content

Commit 16b9cd7

Browse files
committed
Disable Hot module replacement for parcel watch
1 parent 98c8021 commit 16b9cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"scripts": {
6-
"watch": "parcel watch",
6+
"watch": "parcel watch --no-hmr",
77
"build": "parcel build",
88
"fmt": "prettier --write src",
99
"check": "tsc -p tsconfig.json --noEmit && prettier --check src"

0 commit comments

Comments
 (0)