Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Important
Security Advisory: React2Shell & two new vulnerabilities
Find out more

serverExternalPackages

Last updated October 9, 2025

Opt-out specific dependencies from being included in the automatic bundling of thebundlePagesRouterDependencies option.

These pages will then use native Node.jsrequire to resolve the dependency.

next.config.js
/**@type{import('next').NextConfig} */constnextConfig= {  serverExternalPackages: ['@acme/ui'],}module.exports= nextConfig

Next.js includes ashort list of popular packages that currently are working on compatibility and automatically opt-ed out:

  • @alinea/generated
  • @appsignal/nodejs
  • @aws-sdk/client-s3
  • @aws-sdk/s3-presigned-post
  • @blockfrost/blockfrost-js
  • @highlight-run/node
  • @huggingface/transformers
  • @jpg-store/lucid-cardano
  • @libsql/client
  • @mikro-orm/core
  • @mikro-orm/knex
  • @node-rs/argon2
  • @node-rs/bcrypt
  • @prisma/client
  • @react-pdf/renderer
  • @sentry/profiling-node
  • @sparticuz/chromium
  • @sparticuz/chromium-min
  • @statsig/statsig-node-core
  • @swc/core
  • @xenova/transformers
  • @zenstackhq/runtime
  • argon2
  • autoprefixer
  • aws-crt
  • bcrypt
  • better-sqlite3
  • canvas
  • chromadb-default-embed
  • config
  • cpu-features
  • cypress
  • dd-trace
  • eslint
  • express
  • firebase-admin
  • htmlrewriter
  • import-in-the-middle
  • isolated-vm
  • jest
  • jsdom
  • keyv
  • libsql
  • mdx-bundler
  • mongodb
  • mongoose
  • newrelic
  • next-mdx-remote
  • next-seo
  • node-cron
  • node-pty
  • node-web-audio-api
  • onnxruntime-node
  • oslo
  • pg
  • pino
  • pino-pretty
  • pino-roll
  • playwright
  • playwright-core
  • postcss
  • prettier
  • prisma
  • puppeteer-core
  • puppeteer
  • ravendb
  • require-in-the-middle
  • rimraf
  • sharp
  • shiki
  • sqlite3
  • thread-stream
  • ts-morph
  • ts-node
  • typescript
  • vscode-oniguruma
  • webpack
  • websocket
  • zeromq

Was this helpful?

supported.

[8]ページ先頭

©2009-2025 Movatter.jp