chore(dev): add @next/bundle-analyzer

This commit is contained in:
rusconn
2023-06-15 16:07:39 +09:00
parent 81d3ccab4c
commit 3d76979c08
3 changed files with 102 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"check": "pnpm typecheck && pnpm lint && pnpm format:check",
"fix": "pnpm lint:fix && pnpm format:write",
@@ -52,6 +53,7 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.1",
"@next/bundle-analyzer": "13.4.4",
"@types/create-hash": "^1.2.2",
"@types/node": "~18.16.16",
"@types/react": "~18.2.7",