From 9b0258ad9dd6c32489cf5f8d41a7fbd1117c5918 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 3 Sep 2022 13:30:57 +0300 Subject: [PATCH] Code cleanup --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3fc054..026bc73 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,11 @@ const config = { // existing props kit: { // existing props - vite: { optimizeDeps: { include: ['lodash.get', 'lodash.isequal', 'lodash.clonedeep'] } } + vite: { + optimizeDeps: { + include: ['lodash.get', 'lodash.isequal', 'lodash.clonedeep'] + } + } } } ``` @@ -94,7 +98,6 @@ export default defineConfig({ include: ['lodash.get', 'lodash.isequal', 'lodash.clonedeep'] } }) - ``` 2. Import and use it: