반응형
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
- 자바 면접
- tech interview
- Node.js Express
- node.js
- jsx 문법
- react jsx
- 맥북 유용한 앱
- 자바 인터뷰
- 백준
- Express middleware
- react state
- 맥북 필수 앱
- 자바 개발자
- Java tech interview
- 맥북 초보
- 리액트
- 맥북 사용법
- 자바 기술면접
- React props
- AtomEditor
- 기술면접
- 백준 알고리즘
- 알고리즘
- 백준 단계별로 풀어보기
- mysql
- 아톰에디터
- 생활코딩
- 자바 영어면접
- React
- 맥북 팁
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