An open API service indexing awesome lists of open source software.

https://github.com/strrl/next-octokit-swcminify


https://github.com/strrl/next-octokit-swcminify

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Mininum Reproduction Environment for https://github.com/vercel/next.js/discussions/30237#discussioncomment-3768734

Way to reproduce:

```bash
yarn install
next build && next start
```

Way to bypass: set `swcMinify: false` in `next.config.js`.