Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Sep 18, 2023
1 parent e01303a commit 2f0c03f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/src/server/require-hook.ts
Expand Up @@ -8,8 +8,6 @@ const mod = require('module')
const originalRequire = mod.prototype.require
const resolveFilename = mod._resolveFilename

const { PHASE_PRODUCTION_BUILD } = require('../shared/lib/constants')

let resolve: typeof require.resolve = process.env.NEXT_MINIMAL
? // @ts-ignore
__non_webpack_require__.resolve
Expand Down

0 comments on commit 2f0c03f

Please sign in to comment.