Skip to content

Commit

Permalink
Update 2024-07-29-js-module-bundler.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chan99k authored Sep 5, 2024
1 parent 769c999 commit a1218be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 기술블로그/_posts/2024-07-29-js-module-bundler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ title: JavaScript 모듈 번들러의 이해
author: 윤예진
categories: 프론트엔드 기술블로그
banner:
image: https://media.licdn.com/dms/image/D4E12AQHxWmqrVxZ27g/article-cover_image-shrink_720_1280/0/1681202907635?e=1727913600&v=beta&t=geXsexnmlAugomDPuukCVVVd051jy_G1IvCOW52zL1o
image: assets/images/post/2023-11-05.webp
background: "#000"
height: "100vh"
min_height: "38vh"
heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline"
tags: [JavaScript, module_bundler, webpack, vite]
---


부트업 과정 전까지 Webpack은 제게 그저 'CRA로 생성되는 무언가'로만 인식되고 있었습니다. 하지만 부트업 중 Webpack이 `modern JavaScript 앱을 위한 정적 모듈 번들러`라는 것을 알게 되었습니다.

`modern JavaScript 앱을 위한 정적 모듈 번들러`

이 설명을 구성하는 용어들을 글에서 하나씩 살펴보고 이해하고자 합니다.

![](https://media.licdn.com/dms/image/D4E12AQHxWmqrVxZ27g/article-cover_image-shrink_720_1280/0/1681202907635?e=1727913600&v=beta&t=geXsexnmlAugomDPuukCVVVd051jy_G1IvCOW52zL1o)

## Modern JavaScript

JavaScript는 1995년 처음 등장한 이후 웹 개발의 핵심 도구로 자리 잡았습니다. 초기 JavaScript는 주로 간단한 스크립팅에 사용되었지만, 웹 애플리케이션의 복잡성이 증가하면서 언어 자체도 발전할 필요가 있었습니다. 이로 인해 JavaScript는 점점 더 많은 기능과 패턴을 지원하게 되었고, 특히 2015년 ECMAScript 6 (ES6) 표준의 도입은 JavaScript의 현대적인 변화를 이끄는 중요한 전환점이 되었습니다.
Expand Down

0 comments on commit a1218be

Please sign in to comment.