일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 맥북 유용한 앱
- 기술면접
- jsx 문법
- Node.js Express
- React
- mysql
- 자바 개발자
- react state
- 리액트
- 맥북 초보
- 백준
- 자바 영어면접
- React props
- 아톰에디터
- tech interview
- 백준 단계별로 풀어보기
- 자바 인터뷰
- 생활코딩
- 맥북 필수 앱
- Express middleware
- 자바 기술면접
- 맥북 사용법
- 백준 알고리즘
- Java tech interview
- 맥북 팁
- 알고리즘
- 자바 면접
- node.js
- AtomEditor
- react jsx
- 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/
A Beginner’s Guide to Webpack 4 and Module Bundling — SitePoint
In this beginner-friendly Webpack 4 tutorial, Mark Brown demonstrates how to set up and configure Webpack to transform and bundle all your front-end assets.
www.sitepoint.com
- Babel :
바벨은 자바스크립트 컴파일러이다. 자바스크립트가 더 많은 사랑을 받으면서 많은 사람들이 필요로 하는 문법, 소스들을 새로 만들고 있다. 이 새로운 문법/소스가 바로 적용되지 않을 경우, 모르는 경우 등에 쓰일 수 있는 변환기가 이 '바벨'이다.
Babel · The compiler for next generation JavaScript
The compiler for next generation JavaScript
babeljs.io
'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 |