Skip to content

Commit

Permalink
Merge pull request #389 from SeieunYoo/SeieunYoo/translate-transpilep…
Browse files Browse the repository at this point in the history
…ackages

02-app > 02-api-reference > 05-next-config-js > transpilePackages.mdx
  • Loading branch information
chaejunlee committed Jul 24, 2023
2 parents cb65ad6 + e228054 commit 1cddae5
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: transpilePackages
description: Automatically transpile and bundle dependencies from local packages (like monorepos) or from external dependencies (`node_modules`).
description: 로컬 패키지(모노레포) 또는 외부 의존성(`node_modules`)에서 의존성을 자동으로 변환하고 번들링 합니다.
---

Next.js can automatically transpile and bundle dependencies from local packages (like monorepos) or from external dependencies (`node_modules`). This replaces the `next-transpile-modules` package.
Next.js는 로컬 패키지(모노레포) 또는 외부 의존성(`node_modules`)에서 의존성을 자동으로 변환하고 번들링 합니다. 이것은 `next-transpile-modules` 패키지를 대체합니다.

```js filename="next.config.js"
/** @type {import('next').NextConfig} */
Expand All @@ -14,8 +14,8 @@ const nextConfig = {
module.exports = nextConfig
```

## Version History
## 버전 히스토리

| Version | Changes |
| 버전 | 변경사항 |
| --------- | -------------------------- |
| `v13.0.0` | `transpilePackages` added. |
| `v13.0.0` | `transpilePackages` 추가. |

0 comments on commit 1cddae5

Please sign in to comment.