반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 아톰에디터
- 자바 개발자
- 생활코딩
- React
- 기술면접
- 알고리즘
- 맥북 초보
- 백준
- Java tech interview
- 자바 인터뷰
- 백준 단계별로 풀어보기
- 맥북 사용법
- React props
- tech interview
- AtomEditor
- 백준 알고리즘
- react jsx
- 자바 기술면접
- Express middleware
- 맥북 팁
- react state
- Node.js Express
- node.js
- 맥북 필수 앱
- jsx 문법
- 리액트
- 자바 영어면접
- 맥북 유용한 앱
- mysql
- 자바 면접
Archives
- Today
- Total
song.log
[What is] Webpack & Babel 본문
반응형
- Webpack :
웹팩은 모듈번들러(Module Bundler)이다. 직역하면 프로그램의 기능을 하는 단위를 묶어주는 것. 즉, 여러가지 파일을 모아서 하나로 만드는 역할을 하는 것이다.
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. Webpack has become one of the most important tools for modern web development.
참고한 URL :
https://www.sitepoint.com/beginners-guide-webpack-module-bundling/
- Babel :
바벨은 자바스크립트 컴파일러이다. 자바스크립트가 더 많은 사랑을 받으면서 많은 사람들이 필요로 하는 문법, 소스들을 새로 만들고 있다. 이 새로운 문법/소스가 바로 적용되지 않을 경우, 모르는 경우 등에 쓰일 수 있는 변환기가 이 '바벨'이다.
반응형
'StudyLog > Tech Interview' 카테고리의 다른 글
[What is] REST / REST API / RESTful (0) | 2020.01.17 |
---|---|
[What is] Hypertext/ Hyperlink / Hypermedia (0) | 2020.01.17 |
[What is] var & const & let (0) | 2020.01.10 |
[What is] JS 표준 스타일 규약(JavaScript Standard Code Style) (0) | 2020.01.07 |
[What is] npm | yarn (0) | 2020.01.07 |
Comments