Skip to content

Commit a1e2499

Browse files
authored
add bundle analyzer as dev dependency to next (#86497)
### What? We need to the dependency to make turborepo run the tasks in the correct order.
1 parent d96cc5c commit a1e2499

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

apps/bundle-analyzer/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/next-env.d.ts

apps/bundle-analyzer/next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/bundle-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/bundle-analyzer-ui",
3-
"version": "16.0.2-canary.16",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"build": "cross-env NEXT_TEST_NATIVE_DIR=no next build --no-mangling",

packages/next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"@modelcontextprotocol/sdk": "1.18.1",
163163
"@mswjs/interceptors": "0.23.0",
164164
"@napi-rs/triples": "1.2.0",
165+
"@next/bundle-analyzer-ui": "0.0.1",
165166
"@next/font": "16.1.0-canary.4",
166167
"@next/polyfill-module": "16.1.0-canary.4",
167168
"@next/polyfill-nomodule": "16.1.0-canary.4",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)