Commit f647242 1 parent 6842c14 commit f647242 Copy full SHA for f647242
File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # webpack
2
+
3
+ > ์น ํ๋ก์ ํธ์ ์๋ฐ์คํฌ๋ฆฝํธ ํ์ผ๊ณผ ๊ธฐํ ๋ฆฌ์์ค๋ฅผ ๋จ์ผ ์ถ๋ ฅ ํ์ผ๋ก ๋ฌถ์ด์ค๋๋ค.
4
+ > ๋ ๋ง์ ์ ๋ณด: < https://webpack.js.org > .
5
+
6
+ - ์ง์
์ ์ด ๋๋ ํ์ผ์์ ๋จ์ผ ์ถ๋ ฅ ํ์ผ ์์ฑ:
7
+
8
+ ` webpack {{app.js}} {{bundle.js}} `
9
+
10
+ - ์๋ฐ์คํฌ๋ฆฝํธ ํ์ผ์์๋ CSS ํ์ผ์ ๋ก๋ (์ด ๊ฒฝ์ฐ ` .css ` ํ์ผ์ CSS ๋ก๋๋ฅผ ์ฌ์ฉํฉ๋๋ค):
11
+
12
+ ` webpack {{app.js}} {{bundle.js}} --module-bind '{{css=css}}' `
13
+
14
+ - ๊ตฌ์ฑ ํ์ผ(์, ์
๋ ฅ ์คํฌ๋ฆฝํธ ๋ฐ ์ถ๋ ฅ ํ์ผ ์ด๋ฆ ํฌํจ)์ ์ ๋ฌํ๊ณ ์ปดํ์ผ ์งํ๋ฅ ์ ํ์:
15
+
16
+ ` webpack --config {{webpack.config.js}} --progress `
17
+
18
+ - ํ๋ก์ ํธ ํ์ผ ๋ณ๊ฒฝ ์ ์๋์ผ๋ก ๋ค์ ์ปดํ์ผ:
19
+
20
+ ` webpack --watch {{app.js}} {{bundle.js}} `
You canโt perform that action at this time.
0 commit comments