Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 22, 2022
1 parent 69b527a commit 43df52f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/next/build/webpack-config.ts
Expand Up @@ -1022,10 +1022,6 @@ export default async function getBaseWebpackConfig(
const crossOrigin = config.crossOrigin
const looseEsmExternals = config.experimental?.esmExternals === 'loose'

const optoutBundlingPackages = EXTERNAL_PACKAGES.concat(
...(config.experimental.serverComponentsExternalPackages || [])
)

async function handleExternals(
context: string,
request: string,
Expand Down

0 comments on commit 43df52f

Please sign in to comment.