Movatterモバイル変換


[0]ホーム

URL:


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

transpilePackages

Last updated June 16, 2025

Next.js can automatically transpile and bundle dependencies from local packages (like monorepos) or from external dependencies (node_modules). This replaces thenext-transpile-modules package.

next.config.js
/**@type{import('next').NextConfig} */constnextConfig= {  transpilePackages: ['package-name'],}module.exports= nextConfig

Version History

VersionChanges
v13.0.0transpilePackages added.

Was this helpful?

supported.

[8]ページ先頭

©2009-2025 Movatter.jp