mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 21:11:41 -07:00
chore: cleanup from CRA
This commit is contained in:
parent
773b64ea30
commit
4dd6c3d91d
1 changed files with 1 additions and 14 deletions
|
@ -41,19 +41,6 @@
|
||||||
"clean": "rimraf build",
|
"clean": "rimraf build",
|
||||||
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
||||||
"typecheck": "tsc --pretty --noEmit -p tsconfig.json",
|
"typecheck": "tsc --pretty --noEmit -p tsconfig.json",
|
||||||
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
"analyze": "vite build --sourcemap true && source-map-explorer 'build/assets/*.js' --no-border-checks"
|
||||||
},
|
|
||||||
"homepage": "/app",
|
|
||||||
"browserslist": {
|
|
||||||
"production": [
|
|
||||||
">0.2%",
|
|
||||||
"not dead",
|
|
||||||
"not op_mini all"
|
|
||||||
],
|
|
||||||
"development": [
|
|
||||||
"last 1 chrome version",
|
|
||||||
"last 1 firefox version",
|
|
||||||
"last 1 safari version"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue