Remove unplugin-tailwindcss-mangle and update Dockerfile

This commit is contained in:
Dede Fuji Abdul
2024-02-26 14:18:15 +07:00
parent e8ed93af03
commit c306e0f6ac
4 changed files with 17 additions and 140 deletions

View File

@ -11,8 +11,7 @@
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"prepare": "tw-patch install"
"format": "prettier --write src/"
},
"dependencies": {
"@apollo/client": "^3.8.10",
@ -78,9 +77,8 @@
"tailwindcss": "^3.3.2",
"tailwindcss-patch": "^2.2.2",
"typescript": "~5.2.2",
"unplugin-tailwindcss-mangle": "^2.2.2",
"vite": "^4.3.9",
"vitest": "^0.34.6",
"vue-tsc": "^1.6.5"
}
}
}