2021. 9. 9. 23:19ใ๐ TIL
๐ src/ ์ dist/ ์ ์ฐจ์ด
๋ฆฌ์กํธ ๊ฐ๋ฐ์ ํ๋ฉด์ src์ dist ๊ฐ ๋์ ์์ฃผ ๋ฐํ๋ค. src ๋ source ๋ผ๊ณ ์ด๋ฆผ์ก์ ์๊ฐํ ์ ์์๋ค.
์ฐ๋ฆฌ์ ์์ค์ฝ๋๋ฅผ ์์ฑํ๋(?) ์ ๋๋ก ์ฌ๊ฒผ๋๋ฐ, dist ๋ ๋ฌด์์ธ์ง ๊ฐ์ด ์กํ์ง ์์๋ค.
stackoverflow ์์ ๋์ ์ฐจ์ด๋ฅผ ์ฐพ์ ์ ์์ด ์ฝ๊ฐ์ ์์ญ์ ๊ณ๋ค์ฌ ๊ธฐ๋กํ๋ค.
๐ src/
src/ stands for source, and is the raw code before minification or concatenation or some other compilation - used to read/edit the code.
src/๋ ์์ค๋ฅผ ๋ํ๋ด๋ฉฐ ์ถ์/์ฐ๊ฒฐ, ๊ธฐํ ์ปดํ์ผ ๋๊ธฐ ์ ์ ์์ ์ฝ๋๋ก, ์ฝ๋๋ฅผ ์ฝ๊ณ ํธ์งํ๋ ๋ฐ ์ฌ์ฉ๋๋ค.
(์ฆ ๊ฐ๋ฐ์๊ฐ ๊ฐ๋ฐํ ๋ ์์ฑํ ์์ค์ฝ๋)
๐ dist/
dist/ stands for distribution, and is the minified/concatenated version - actually used on production sites. This is a common task that is done for assets on the web to make them smaller.
dist/๋ ๋ฐฐํฌ๋ฅผ ์๋ฏธํ๋ฉฐ, ์ค์ ์ด์ ํ๊ฒฝ์์ ์ฌ์ฉ๋๋ ์ถ์/์ฐ๊ฒฐ ๋ฒ์ ์ด๋ค.
์ด๋ ์น ์์์ ์ฉ๋(?)์ ์ค์ด๊ธฐ ์ํด ์ํํ๋ ์ผ๋ฐ์ ์ธ ์์ ์ด๋ค.
์นํฉ์์ src ์ dist ๋ ๊ฐ๊ฐ entry ์ output ์ ๋งค์นญ๋๋ค.
src/main.js ๋ฅผ ์์์ ์ผ๋ก ํ์ฌ, ๋ฒ๋ค๋ ๊ฒฐ๊ณผ๋ฌผ์ dist ๊ฒฝ๋ก์ ์ถ๋ ฅํ๋ค.
ref
https://stackoverflow.com/questions/23730882/what-is-the-role-of-src-and-dist-folders
'๐ TIL' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
210911 ๊ฐ๋ฐ๊ธฐ๋ก: React ์์ (๋์ ์ผ๋ก) ์ด๋ฏธ์ง ์ฌ์ฉํ๊ธฐ (0) | 2021.09.13 |
---|---|
210910 ๊ฐ๋ฐ๊ธฐ๋ก: JSON ์ค๋ฐ๊ฟ์ ์ต๊ณ ์ ์ ํ (1) | 2021.09.13 |
210908 ๊ฐ๋ฐ๊ธฐ๋ก: JSON ์ ์ค๋ฐ๊ฟ ๋ฌธ์ (0) | 2021.09.09 |
210907 ๊ฐ๋ฐ๊ธฐ๋ก: webpack ํ๋ฌ๊ทธ์ธ ๊ณต๋ถ์ค (0) | 2021.09.08 |
210906 ๊ฐ๋ฐ๊ธฐ๋ก: ํ๋ก์์ ๋? (0) | 2021.09.07 |