From 6de49308c73a46b1a82546f12463043e7ff295a6 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 5 Sep 2023 01:20:26 +0200 Subject: [PATCH] add example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 618f512..752a038 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Put a `updates.config.js` or `updates.config.mjs` in the root of your project, u export default { exclude: [ "semver", - /^react/, + "@vitejs/*", + /^react(-dom)?$/, ], }; ```