File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
- import bundleAnalyze from "@next/bundle-analyzer" ;
2
1
import nextMDX from "@next/mdx" ;
3
2
import { withSentryConfig } from "@sentry/nextjs" ;
4
3
import { type NextConfig } from "next" ;
@@ -54,11 +53,6 @@ let nextConfig: NextConfig = {
54
53
} ,
55
54
} ;
56
55
57
- const withBundleAnalyser = bundleAnalyze ( {
58
- enabled : process . env . ANALYZE === "true" ,
59
- } ) ;
60
-
61
- nextConfig = withBundleAnalyser ( nextConfig ) ;
62
56
nextConfig = withMDX ( nextConfig ) ;
63
57
nextConfig = withRoutes ( nextConfig ) ;
64
58
nextConfig = withSentryConfig (
Original file line number Diff line number Diff line change 101
101
"devDependencies" : {
102
102
"@bufbuild/buf" : " 1.53.0" ,
103
103
"@bufbuild/protoc-gen-es" : " 2.2.5" ,
104
- "@next/bundle-analyzer" : " 15.2.4" ,
105
104
"@playwright/test" : " 1.51.1" ,
106
105
"@squonk/eslint-config" : " 3.0.0" ,
107
106
"dotenv" : " 16.4.7" ,
You can’t perform that action at this time.
0 commit comments