Skip to content

Commit

Permalink
delete incorrect build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Sep 13, 2022
1 parent 1e6d524 commit 795621b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 294 deletions.
8 changes: 0 additions & 8 deletions packages/next/build/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1059,14 +1059,6 @@ export async function isPageStatic({
let componentsResult: LoadComponentsReturnType

if (pageRuntime === SERVER_RUNTIME.edge) {
console.log({
paths: edgeInfo.files.map((file: string) => path.join(distDir, file)),
env: edgeInfo.env,
edgeFunctionEntry: edgeInfo,
name: edgeInfo.name,
useCache: true,
distDir,
})
const runtime = await getRuntimeContext({
paths: edgeInfo.files.map((file: string) => path.join(distDir, file)),
env: edgeInfo.env,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default async function edgeSSRLoader(this: any) {
appDirLoaderBase64 || '',
'base64'
).toString()

const isAppDir = pagesType === 'app'

const buildInfo = getModuleBuildInfo(this._module)
Expand Down
155 changes: 0 additions & 155 deletions packages/next/server/api-utils/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/server/api-utils/index.js.map

This file was deleted.

128 changes: 0 additions & 128 deletions packages/next/shared/lib/utils.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/next/shared/lib/utils.js.map

This file was deleted.

0 comments on commit 795621b

Please sign in to comment.