chore: 框架构建流程调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sy/web-vitals",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"description": "web vitals",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -18,11 +18,12 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"firebase": "^11.3.1",
|
||||
"core-js": "catalog:",
|
||||
"firebase": "^11.4.0",
|
||||
"web-vitals": "^4.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@farmfe/cli": "^1.0.4",
|
||||
"@farmfe/core": "^1.6.6"
|
||||
"@farmfe/core": "^1.6.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"module": "ESNext",
|
||||
"outDir": "dist",
|
||||
"declaration": true,
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"useUnknownInCatchVariables": false
|
||||
"useUnknownInCatchVariables": false,
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user