Skip to content

Commit 52abc3e

Browse files
authored
fix: replace assert with with (#296)
1 parent 8539e43 commit 52abc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
33
import vue from '@vitejs/plugin-vue'
4-
import replPkg from '@vue/repl/package.json' assert { type: 'json' }
4+
import replPkg from '@vue/repl/package.json' with { type: 'json' }
55
import Unocss from 'unocss/vite'
66
import AutoImport from 'unplugin-auto-import/vite'
77
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'

0 commit comments

Comments
 (0)