You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For newer Next.js versions this is not written to the output directly anymore, but we can use appDir and relativeAppDir to compute it.
101
+
// For newer Next.js versions outputFileTracingRoot is not written to the output directly anymore, but we can use appDir and relativeAppDir to compute it.
104
102
// This assumes that relative app dir will never contain '..' segments. Some monorepos support workspaces outside of the monorepo root (verified with pnpm)
105
103
// However Next.js itself have some limits on it:
106
104
// - turbopack by default would throw "Module not found: Can't resolve '<name_of_package_outside_of_root>'"
@@ -110,8 +108,7 @@ export class PluginContext {
110
108
// because parts of application would be outside of "standalone" directory
111
109
// - if it's not marked as external it will be included in next.js produced chunks
0 commit comments