mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
691eeae8fb
## Description Follow up #72391. I missed some error pages. ### Improving Documentation - [x] Run `pnpm prettier-fix` to fix formatting issues before opening the PR. - [x] Read the Docs Contribution Guide to ensure your contribution follows the docs guidelines: https://nextjs.org/docs/community/contribution-guide Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
10 lines
519 B
Plaintext
10 lines
519 B
Plaintext
---
|
|
title: SWC minify enabled
|
|
---
|
|
|
|
## Why This Message Occurred
|
|
|
|
The application has enabled `swcMinify` in `next.config.js`. By opting in minification will happen using the [SWC](https://swc.rs) minifier instead of Terser. This new minifier is 7x faster than Terser with comparable output. We're actively working on optimizing the output size and minification speed further.
|
|
|
|
If you have feedback about the minification, please provide it on [the feedback thread](https://github.com/vercel/next.js/discussions/30237).
|