https://github.com/strrl/next-octokit-swcminify
https://github.com/strrl/next-octokit-swcminify
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strrl/next-octokit-swcminify
- Owner: STRRL
- Created: 2022-09-30T05:26:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T05:26:38.000Z (almost 4 years ago)
- Last Synced: 2025-10-21T16:48:37.050Z (10 months ago)
- Language: CSS
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.