aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-10-07 19:44:41 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-05 19:41:14 +0100
commitabe176d0888c0fdcc803ddafe71a5cee9f4b63a0 (patch)
treeea7d5722c8e981ba540e648fbacbfd0e4a55768a /.yarnrc.yml
parentfix: test and lint failures (diff)
downloadrefinery-abe176d0888c0fdcc803ddafe71a5cee9f4b63a0.tar.gz
refinery-abe176d0888c0fdcc803ddafe71a5cee9f4b63a0.tar.zst
refinery-abe176d0888c0fdcc803ddafe71a5cee9f4b63a0.zip
refactor(frontend): improve HMR experience
Use a HMR acceptor as in https://github.com/vitejs/vite/issues/10227#issuecomment-1256969751 Also updates frontend tooling to the latest version (yarn now support typescript 4.8.4)
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index 8cfe5aa0..2655d91a 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -14,4 +14,4 @@ plugins:
14 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs 14 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
15 spec: "@yarnpkg/plugin-interactive-tools" 15 spec: "@yarnpkg/plugin-interactive-tools"
16 16
17yarnPath: .yarn/releases/yarn-3.2.3.cjs 17yarnPath: .yarn/releases/yarn-3.2.4.cjs