webpack loader, css, babel, ...

自己學習用的參考文章清單

loader, css, sass, 參考文章:

1) https://ithelp.ithome.com.tw/articles/10193788 

2) https://ithelp.ithome.com.tw/articles/10194056

babel 參考文章:

1) https://ithelp.ithome.com.tw/articles/10194314

2) https://ithelp.ithome.com.tw/articles/10194549

----

loader用途:讓webpack可以處理其他檔案。config也要有對應的設定。

babel用途:把新版js的語法編譯成舊版js語法讓瀏覽器可以執行

----

「npm run dev」、「npm run build」、「use strict」、「npm module」

1) https://ithelp.ithome.com.tw/articles/10194884

2) https://ithelp.ithome.com.tw/articles/10195130

3) https://ithelp.ithome.com.tw/articles/10195320