build: drop next-pwa and switch to default Next 16 build
This commit is contained in:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user