serverExternalPackages
选择退出特定依赖,以免包含在 bundlePagesRouterDependencies
选项的自动打包中。
¥Opt-out specific dependencies from being included in the automatic bundling of the bundlePagesRouterDependencies
option.
然后,这些页面将使用原生 Node.js require
来解决依赖。
¥These pages will then use native Node.js require
to resolve the dependency.
/** @type {import('next').NextConfig} */
const nextConfig = {
serverExternalPackages: ['@acme/ui'],
}
module.exports = nextConfig
Next.js 包含一个 流行软件包的简短列表,目前正在处理兼容性并自动选择退出:
¥Next.js includes a short list of popular packages that currently are working on compatibility and automatically opt-ed out:
-
@appsignal/nodejs
-
@aws-sdk/client-s3
-
@aws-sdk/s3-presigned-post
-
@blockfrost/blockfrost-js
-
@highlight-run/node
-
@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
-
@swc/core
-
argon2
-
autoprefixer
-
aws-crt
-
bcrypt
-
better-sqlite3
-
canvas
-
cpu-features
-
cypress
-
eslint
-
express
-
firebase-admin
-
isolated-vm
-
jest
-
jsdom
-
libsql
-
mdx-bundler
-
mongodb
-
mongoose
-
next-mdx-remote
-
next-seo
-
node-pty
-
node-web-audio-api
-
oslo
-
pg
-
playwright
-
playwright-core
-
postcss
-
prettier
-
prisma
-
puppeteer-core
-
puppeteer
-
rimraf
-
sharp
-
shiki
-
sqlite3
-
ts-node
-
ts-morph
-
typescript
-
vscode-oniguruma
-
webpack
-
websocket
-
zeromq