Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
90fa5ffd
authored
Jan 08, 2025
by
崮生
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:Vite CJS Node API deprecated waring
parent
49fc9b54
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
.eslintrc.cjs
+0
-0
.vscode/settings.json
+3
-3
package.json
+1
-0
postcss.config.js
+1
-1
No files found.
.eslintrc.js
→
.eslintrc.
c
js
View file @
90fa5ffd
File moved
.vscode/settings.json
View file @
90fa5ffd
...
...
@@ -83,8 +83,8 @@
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
},
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
"explicit"
,
"source.fixAll.stylelint"
:
"explicit"
//
"source.fixAll.eslint"
:
"explicit"
,
//
"source.fixAll.stylelint"
:
"explicit"
},
"[vue]"
:
{
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
...
...
@@ -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.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.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.
c
js,.eslintignore"
},
"terminal.integrated.scrollback"
:
10000
,
"nuxt.isNuxtApp"
:
false
...
...
package.json
View file @
90fa5ffd
...
...
@@ -4,6 +4,7 @@
"description"
:
"基于vue3、vite4、element-plus、typesScript"
,
"author"
:
"xingyu"
,
"private"
:
false
,
"type"
:
"module"
,
"scripts"
:
{
"i"
:
"pnpm install"
,
"dev"
:
"vite --mode env.local"
,
...
...
postcss.config.js
View file @
90fa5ffd
module
.
exports
=
{
export
default
{
plugins
:
{
autoprefixer
:
{}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment