build: drop next-pwa and switch to default Next 16 build

This commit is contained in:
2026-06-10 14:24:51 +08:00
parent d768bf1f9e
commit 4e27b4c512
14 changed files with 429 additions and 2289 deletions
+1 -2
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
@@ -14,7 +14,6 @@
"generate-barrels": "barrelsby --delete -c barrelsby.json"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@fingerprintjs/fingerprintjs": "^5.2.0",
"@xstate/react": "^5",
"classnames": "^2.5.1",