Closed ssi02014 closed 6 months ago
Latest commit: 1fe7058c17d1aa52db16c94a98cbf4926b52b2e0
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | 1fe7058c17d1aa52db16c94a98cbf4926b52b2e0 |
Latest deploy log | https://app.netlify.com/sites/es-hangul/deploys/661ad2d1d8767100084f067a |
Overview
๐ก
netlify/plugin-nextjs
์ด pnp ์ง์์ ์ํ๋ ๊ฒ์ผ๋ก ํ์ ํ์ต๋๋ค. ๋ฐ๋ผ์ Pull Request๋ฅผ ๋ซ์ต๋๋ค.ํ์ฌ es-hangul๋ yarn berry(yarn v4.1.1)๋ฅผ ์ฌ์ฉํ์ง๋ง,
nodeLinker: node-modules
๋ฅผ ์ฌ์ฉํ๊ณ ์์ต๋๋ค.nodeLinker: node-modules
๋ฅผ ์ฌ์ฉํ๋ ๊ฒ์์ ๋ น ์์กด์ฑ ๊ฐ์
,zip archives
,zero install
๋ฑ yarn berry์ ์ ์ฉํ ๊ธฐ๋ฅ, ์ฅ์ ์ ํ์ฉํ๋๋ฐ ์ ํ์ ์ ๋๋ค.yarnrc.yml
์์nodeLinker: node-modules
๋ฅผ ์ ๊ฑฐํ๊ณpnp(Plug'n'Play)
๊ธฐ๋ฅ์ ์ ์ฉํ๋ ๊ฒ์ด ํจ์จ์ ์ด๋ผ ์๊ฐํฉ๋๋ค.๊ธฐ์กด์
nodeLinker: node-modules
๋ฅผ ์ ์ฉํ ์ด์ ๊ฐ ์์๊น์?pnp ์ ์ฉ ์ ๋ฐ์ํ ๋ฌธ์
1. Large files detected. You may want to try Git Large File Storage Issue
@next-swc-darwin-arm64-npm-14.1.4-2a131bd981-10c0.zip
ํ์ผ์ด100MB
์ด์ ์ฉ๋์ ๊ฐ์ง๊ธฐ ๋๋ฌธ์git push๊ฐ ์ ํ๋๋ ํ์
git lfs
๋ฅผ ํ์ฉํ ์ ์์ง๋ง ์ด๋public fork ์ ์ฅ์
์ ๊ฒฝ์ฐ ์ฌ์ฉํ ์ ์์ต๋๋ค.compressionLevel
)์ ์ ๊ณตํฉ๋๋ค.0
(์์ถ๋ฅ ์ด ์ ์ ๋์ ์ค์น ๋น ๋ฆ)์ ๋๋ค. zero install ํ์ฉ ์ ํด๋น ๊ฐ(0)์ด ์ ๋ฆฌํ์ง๋ง ํ์ฌ๋ 100MB ์ด์์ ํ์ผ์ pushํ ์ ์๊ธฐ ๋๋ฌธ์ ์์ถ๋ฅ ์ ๋์ฌ์ ์ ์ฉํ ์ ์์ต๋๋ค (0 -> 1
)2. Global Cache
true
์ ๋๋ค. ๋ฐ๋ผ์, yarn berry๋ ์บ์ ํ์ผ์ ๊ธฐ๋ณธ์ ์ผ๋ก cacheFolder(ex: ./.yarn/cache)๊ฐ ์๋ global์ ์ ์ฅํฉ๋๋ค.false
๋ก ์ ํ ํด์ global์ ์ ์ฅ๋๋ ๋ฌธ์ ๋ฅผ ํด๊ฒฐ ํ ์ ์์ต๋๋ค.PR Checklist