Revert "fix:Vite CJS Node API deprecated waring"

pull/655/MERGE
芋道源码 2025-01-15 20:45:49 +08:00 committed by GitHub
parent 395c5862fe
commit 026b2f2ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 3 deletions

View File

@ -138,7 +138,7 @@
"*.ts": "$(capture).test.ts, $(capture).test.tsx",
"*.tsx": "$(capture).test.ts, $(capture).test.tsx",
"*.env": "$(capture).env.*",
"package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.eslintrc-auto-import.json,.gitignore,prettier.config.cjs,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.cjs,.eslintignore"
"package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.eslintrc-auto-import.json,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore"
},
"terminal.integrated.scrollback": 10000,
"nuxt.isNuxtApp": false

View File

@ -4,7 +4,6 @@
"description": "基于vue3、vite4、element-plus、typesScript",
"author": "xingyu",
"private": false,
"type": "module",
"scripts": {
"i": "pnpm install",
"dev": "vite --mode env.local",

View File

@ -1,4 +1,4 @@
export default {
module.exports = {
plugins: {
autoprefixer: {}
}