Skip to content

Commit

Permalink
Change SWC minify from beta to release candidate (vercel#34056)
Browse files Browse the repository at this point in the history
Given we've spent a ton of time testing and fixing minifier bugs the majority of cases should now be covered.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
timneutkens authored and natew committed Feb 16, 2022
1 parent edd986b commit e4bdebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/config.ts
Expand Up @@ -367,7 +367,7 @@ function assignDefaults(userConfig: { [key: string]: any }) {

if (result.swcMinify) {
Log.warn(
'SWC minify beta enabled. https://nextjs.org/docs/messages/swc-minify-enabled'
'SWC minify release candidate enabled. https://nextjs.org/docs/messages/swc-minify-enabled'
)
}

Expand Down

0 comments on commit e4bdebf

Please sign in to comment.