We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert
with
1 parent 8539e43 commit 52abc3eCopy full SHA for 52abc3e
vite.config.ts
@@ -1,7 +1,7 @@
1
import fs from 'node:fs'
2
import path from 'node:path'
3
import vue from '@vitejs/plugin-vue'
4
-import replPkg from '@vue/repl/package.json' assert { type: 'json' }
+import replPkg from '@vue/repl/package.json' with { type: 'json' }
5
import Unocss from 'unocss/vite'
6
import AutoImport from 'unplugin-auto-import/vite'
7
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
0 commit comments