archive/ #4
Replies: 2 comments
-
|
모노레포 내부에서 여러 Vite + React 로 된 애플리케이션을 구성하는 경우 새로운 애플리케이션을 cli 로 생성할때 vite 버전이 업데이트 되어 새로운 버전의 의존성이 설치되는 경우가 있다 yarn 기준으로 package.json 에 resolution 을 적용하면 모든 하위 패키지에서 사용하는 특정의존성의 버전을 강제로 고정시켜 버전충돌방지와 일관된 개발환경유지를 할수있다. "resolutions": {
"vite": "7.2.4"
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
JavaScript 로 백준 알고리즘 문제를 풀때, 과 같은 입력을 받아야 할때, const [n, m, ...arr] = fs
.readFileSync(io)
.toString()
.trim()
.split(/\s+/)
.map(Number);
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
archive/
A VitePress Site
http://localhost:5173/archive/
Beta Was this translation helpful? Give feedback.
All reactions