Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 29, 2024
1 parent 34fbd44 commit 9af7209
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/next-swc-minifier-backport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @swc/next-minifier-backport

You can install `@swc/next-minifier-backport`, and set the environment variable `NEXT_SWC_MINIFY_BACKPORT` while running `next build`.

```bash
npm install @swc/next-minifier-backport
```

```bash

NEXT_SWC_MINIFY_BACKPORT=true next build
```

0 comments on commit 9af7209

Please sign in to comment.