[nextjs] next.config.js 내부의 swcMinifty 설정
이 글은 create-next-app으로 프로젝트를 생성한 후에, next.config.js 내부의 swcMinifty에 대해 적어보도록 하겠다. secMinifty는 코드의 압축 암호화와 관련이 있다고 할 수 있다. nextjs에서 next.config.js를 통해 custom 설정을 진행한다. 관련된 기초내용은 아래의 글을 참고하자. next.config.js 기초 정리 next.config.js reactStrictMode 정리 프로젝트를 시작한 후에 next.config.js 내부의 코드를 보면 아래와 같다. /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, } mo..
Web/nextjs
2022. 9. 21. 22:20
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- useHistory 안됨
- typescript
- pandas
- Queue
- react autoFocus
- Express
- vuejs
- django
- mongoDB
- DFS
- 자료구조
- read_csv
- 클라우데라
- UserCreationForm
- BFS
- nextjs autoFocus
- Deque
- react
- TensorFlow
- login
- nodejs
- Vue
- NextJS
- next.config.js
- JavaScript
- error:0308010C:digital envelope routines::unsupported
- Python
- logout
- useState
- 자연어처리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함