From abe176d0888c0fdcc803ddafe71a5cee9f4b63a0 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 7 Oct 2022 19:44:41 +0200 Subject: 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) --- .yarnrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.yarnrc.yml') diff --git a/.yarnrc.yml b/.yarnrc.yml index 8cfe5aa0..2655d91a 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -14,4 +14,4 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs spec: "@yarnpkg/plugin-interactive-tools" -yarnPath: .yarn/releases/yarn-3.2.3.cjs +yarnPath: .yarn/releases/yarn-3.2.4.cjs -- cgit v1.2.3-54-g00ecf