Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linked_empty_node_modules/package.json=-1039372825
linked_lib/package.json=-958830118
linked_pkg/package.json=1193916912
macro/package.json=857146175
nextjs/package.json=-1479189147
nextjs/package.json=-1454851864
npm_deps/package.json=-2013173234
npm_deps/patches/[email protected]=-442666336
npm_package/libs/lib_a/package.json=-1377103079
Expand All @@ -20,7 +20,7 @@ npm_package/packages/pkg_d/package.json=1146506398
npm_package/packages/pkg_e/package.json=2046864123
package.json=-2075121688
package_json_module/package.json=-1167380556
pnpm-lock.yaml=-657827575
pnpm-lock.yaml=-608317146
pnpm-workspace.yaml=-1653994035
runfiles/package.json=-1545884645
stack_traces/package.json=2011229626
Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ npm.npm_translate_lock(
use_repo(
npm,
"npm",
"npm__next__15.2.6_1816342077__links",
"npm__next__14.2.35_1816342077__links",
"npm__rollup__4.55.2",
"npm__rollup__4.55.2__links",
)
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build_test(
write_source_files(
name = "write_next_links_defs",
files = {
"snapshots/next_links_defs.bzl": "@npm__next__15.2.6_1816342077__links//:defs.bzl",
"snapshots/next_links_defs.bzl": "@npm__next__14.2.35_1816342077__links//:defs.bzl",
},
tags = [
"skip-on-bazel8",
Expand Down
8 changes: 3 additions & 5 deletions examples/nextjs/next.standalone.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ const nextConfig = {

// Bundle everything into a standalone output
output: 'standalone',
outputFileTracingRoot,

// If you're using NextJS 14, replace outputFileTracingRoot with:
// experimental: {
// outputFileTracingRoot,
// },
experimental: {
outputFileTracingRoot,
},
}

export default nextConfig
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"next": "15.2.6"
"next": "^14"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.0",
Expand Down
Loading
Loading