Change yaml dependency to resolve audit issue
This commit is contained in:
@@ -2,7 +2,7 @@ import { fileURLToPath, URL } from 'node:url'
|
||||
|
||||
import { defineConfig } from "vite";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
import ViteYaml from "@modyfi/vite-plugin-yaml";
|
||||
import { yamlPlugin } from "vite-yaml-plugin";
|
||||
import vueDevTools from "vite-plugin-vue-devtools";
|
||||
|
||||
// https://vite.dev/config/
|
||||
@@ -12,7 +12,7 @@ export default defineConfig({
|
||||
},
|
||||
plugins: [
|
||||
vue(),
|
||||
ViteYaml(),
|
||||
yamlPlugin(),
|
||||
vueDevTools(),
|
||||
],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user