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" ;
21import nextMDX from "@next/mdx" ;
32import { withSentryConfig } from "@sentry/nextjs" ;
43import { type NextConfig } from "next" ;
@@ -54,11 +53,6 @@ let nextConfig: NextConfig = {
5453 } ,
5554} ;
5655
57- const withBundleAnalyser = bundleAnalyze ( {
58- enabled : process . env . ANALYZE === "true" ,
59- } ) ;
60-
61- nextConfig = withBundleAnalyser ( nextConfig ) ;
6256nextConfig = withMDX ( nextConfig ) ;
6357nextConfig = withRoutes ( nextConfig ) ;
6458nextConfig = withSentryConfig (
Original file line number Diff line number Diff line change 101101 "devDependencies" : {
102102 "@bufbuild/buf" : " 1.53.0" ,
103103 "@bufbuild/protoc-gen-es" : " 2.2.5" ,
104- "@next/bundle-analyzer" : " 15.2.4" ,
105104 "@playwright/test" : " 1.51.1" ,
106105 "@squonk/eslint-config" : " 3.0.0" ,
107106 "dotenv" : " 16.4.7" ,
You can’t perform that action at this time.
0 commit comments