File tree Expand file tree Collapse file tree 6 files changed +117
-119
lines changed
Expand file tree Collapse file tree 6 files changed +117
-119
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Yaml from '@rollup/plugin-yaml'
1010import UnoCSS from 'unocss/vite'
1111
1212import { defineConfig } from 'vite'
13- // import Inspect from 'vite-plugin-inspect'
13+ import Inspect from 'vite-plugin-inspect'
1414import VueDevTools from 'vite-plugin-vue-devtools'
1515
1616function getVueProdHydrationMismatchDetailsFlag ( ) {
@@ -100,12 +100,10 @@ export default defineConfig({
100100 ] ,
101101 } ) ,
102102 ThumbnailHashImages ( ) ,
103- // Due to Bug: `transformHandler.call({} as any, ...)` with `{}` cause the incompatible exception from `vite-plugin-inspect` with Vite 6
104- // https://github.com/unocss/unocss/issues/4296
105- // Inspect({
106- // build: true,
107- // outputDir: '.vite-inspect',
108- // }),
103+ Inspect ( {
104+ build : true ,
105+ outputDir : '.vite-inspect' ,
106+ } ) ,
109107 UnoCSS ( ) ,
110108 ] ,
111109} )
Original file line number Diff line number Diff line change 3838 "test:run" : " vitest run"
3939 },
4040 "devDependencies" : {
41- "@antfu/eslint-config" : " ^3.11.1 " ,
41+ "@antfu/eslint-config" : " ^3.11.2 " ,
4242 "@antfu/ni" : " ^0.23.1" ,
4343 "@cspell/dict-ru_ru" : " ^2.2.4" ,
44- "@types/node" : " ^22.10.0 " ,
44+ "@types/node" : " ^22.10.1 " ,
4545 "@unocss/cli" : " ^0.64.1" ,
4646 "@unocss/eslint-config" : " ^0.64.1" ,
4747 "@unocss/eslint-plugin" : " ^0.64.1" ,
5959 "unocss" : " ^0.64.1" ,
6060 "unplugin-vue-macros" : " ^2.13.4" ,
6161 "vite" : " catalog:" ,
62- "vite-plugin-inspect" : " ^0.10.0 " ,
62+ "vite-plugin-inspect" : " ^0.10.1 " ,
6363 "vitepress" : " catalog:" ,
6464 "vitest" : " ^2.1.6" ,
6565 "vue" : " catalog:" ,
Original file line number Diff line number Diff line change 7979 "vue" : " catalog:"
8080 },
8181 "devDependencies" : {
82- "@vue/tsconfig" : " ^0.6 .0"
82+ "@vue/tsconfig" : " ^0.7 .0"
8383 }
8484}
Original file line number Diff line number Diff line change 7979 "vue" : " catalog:"
8080 },
8181 "devDependencies" : {
82- "@vue/tsconfig" : " ^0.6 .0"
82+ "@vue/tsconfig" : " ^0.7 .0"
8383 }
8484}
Original file line number Diff line number Diff line change 7575 "vue" : " catalog:"
7676 },
7777 "devDependencies" : {
78- "@vue/tsconfig" : " ^0.6 .0"
78+ "@vue/tsconfig" : " ^0.7 .0"
7979 }
8080}
You can’t perform that action at this time.
0 commit comments