Skip to content

Commit 7704fb3

Browse files
committed
build: remove @next/bundle-analyzer
1 parent fa86796 commit 7704fb3

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

next.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import bundleAnalyze from "@next/bundle-analyzer";
21
import nextMDX from "@next/mdx";
32
import { withSentryConfig } from "@sentry/nextjs";
43
import { 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);
6256
nextConfig = withMDX(nextConfig);
6357
nextConfig = withRoutes(nextConfig);
6458
nextConfig = withSentryConfig(

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
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",

0 commit comments

Comments
 (0)