Compare commits

...

2 Commits

Author SHA1 Message Date
yyh
3a0b9c64c4 chore: remove stale pwa workbox file 2025-12-31 16:11:22 +08:00
yyh
5f176ec720 fix: migrate to @ducanh2912/next-pwa to resolve babel-loader dependency issue 2025-12-31 16:10:08 +08:00
4 changed files with 223 additions and 381 deletions

View File

@@ -1,7 +1,7 @@
import withPWAInit from '@ducanh2912/next-pwa'
import withBundleAnalyzerInit from '@next/bundle-analyzer'
import createMDX from '@next/mdx'
import { codeInspectorPlugin } from 'code-inspector-plugin'
import withPWAInit from 'next-pwa'
const isDev = process.env.NODE_ENV === 'development'

View File

@@ -49,6 +49,7 @@
"dependencies": {
"@amplitude/analytics-browser": "^2.31.3",
"@amplitude/plugin-session-replay-browser": "^1.23.6",
"@ducanh2912/next-pwa": "^10.2.9",
"@emoji-mart/data": "^1.2.1",
"@floating-ui/react": "^0.26.28",
"@formatjs/intl-localematcher": "^0.5.10",
@@ -107,7 +108,6 @@
"mitt": "^3.0.1",
"negotiator": "^1.0.0",
"next": "~15.5.9",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"nuqs": "^2.8.6",
"pinyin-pro": "^3.27.0",

599
web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long