Skip to content

Commit 5b00ab5

Browse files
committed
2025.11.1: [Webpack/Vite 파헤치기] 2. Create React App 내부의 의존성과 환경 설정 꺼내기
1 parent dbd3cce commit 5b00ab5

File tree

29 files changed

+5212
-1002
lines changed

29 files changed

+5212
-1002
lines changed

categories/develop/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h1>Category: develop</h1>
223223
<article class="post-list h-feed">
224224
<div class="post-header">
225225
<header>
226-
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/">[Webpack 기반의 React App 만들기] 2. Create React App의 Webpack 및 Babel 환경 설정 (수정중)</a></h1>
226+
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/">[Webpack/Vite 파헤치기] 2. Create React App 내부의 의존성과 환경 설정 꺼내기</a></h1>
227227
</header>
228228

229229
</div>
@@ -240,7 +240,7 @@ <h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bu
240240
<div class="post-info">
241241

242242
<div class="post-date dt-published">
243-
<a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/"><time datetime="2025-06-20">2025-06-20 15:40 KST</time></a>
243+
<a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/"><time datetime="2025-11-01">2025-11-01 18:16 KST</time></a>
244244

245245
</div>
246246

@@ -271,7 +271,10 @@ <h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bu
271271
<li><a href="https://cloudsoswift.github.io/tags/webpack/">#Webpack</a></li>
272272

273273

274-
<li><a href="https://cloudsoswift.github.io/tags/cra/">#CRA</a></li>
274+
<li><a href="https://cloudsoswift.github.io/tags/vite/">#Vite</a></li>
275+
276+
277+
<li><a href="https://cloudsoswift.github.io/tags/loader/">#Loader</a></li>
275278

276279
</ul>
277280

categories/develop/index.xml

Lines changed: 391 additions & 65 deletions
Large diffs are not rendered by default.

categories/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>오늘도 개발을 한다. (Categories)</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>ko-kr</language>
9-
<lastBuildDate>Fri, 20 Jun 2025 15:40:00 +0900</lastBuildDate>
9+
<lastBuildDate>Sat, 01 Nov 2025 18:16:27 +0900</lastBuildDate>
1010

1111
<atom:link href="https://cloudsoswift.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
1212

categories/javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h1>Category: javascript</h1>
223223
<article class="post-list h-feed">
224224
<div class="post-header">
225225
<header>
226-
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/deprecate-of-cra/">[Webpack 기반의 React App 만들기] 1. Create React App의 Deprecated 발표</a></h1>
226+
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/deprecate-of-cra/">[Webpack/Vite 파헤치기] 1. Create React App의 Deprecated 발표</a></h1>
227227
</header>
228228

229229
</div>

categories/javascript/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<item>
15-
<title>[Webpack 기반의 React App 만들기] 1. Create React App의 Deprecated 발표</title>
15+
<title>[Webpack/Vite 파헤치기] 1. Create React App의 Deprecated 발표</title>
1616
<link>https://cloudsoswift.github.io/post/develop/javascript/bundler/deprecate-of-cra/</link>
1717
<pubDate>Thu, 29 May 2025 23:50:07 +0900</pubDate>
1818

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1 class="site-title">
225225
<article class="post-list h-feed">
226226
<div class="post-header">
227227
<header>
228-
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/">[Webpack 기반의 React App 만들기] 2. Create React App의 Webpack 및 Babel 환경 설정 (수정중)</a></h1>
228+
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/">[Webpack/Vite 파헤치기] 2. Create React App 내부의 의존성과 환경 설정 꺼내기</a></h1>
229229
</header>
230230

231231
</div>
@@ -242,7 +242,7 @@ <h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bu
242242
<div class="post-info">
243243

244244
<div class="post-date dt-published">
245-
<a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/"><time datetime="2025-06-20">2025-06-20 15:40 KST</time></a>
245+
<a class="u-url" href="/post/develop/javascript/bundler/webpack-and-babel-config/"><time datetime="2025-11-01">2025-11-01 18:16 KST</time></a>
246246

247247
</div>
248248

@@ -273,7 +273,10 @@ <h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bu
273273
<li><a href="https://cloudsoswift.github.io/tags/webpack/">#Webpack</a></li>
274274

275275

276-
<li><a href="https://cloudsoswift.github.io/tags/cra/">#CRA</a></li>
276+
<li><a href="https://cloudsoswift.github.io/tags/vite/">#Vite</a></li>
277+
278+
279+
<li><a href="https://cloudsoswift.github.io/tags/loader/">#Loader</a></li>
277280

278281
</ul>
279282

@@ -286,7 +289,7 @@ <h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bu
286289
<article class="post-list h-feed">
287290
<div class="post-header">
288291
<header>
289-
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/deprecate-of-cra/">[Webpack 기반의 React App 만들기] 1. Create React App의 Deprecated 발표</a></h1>
292+
<h1 class="p-name post-title"><a class="u-url" href="/post/develop/javascript/bundler/deprecate-of-cra/">[Webpack/Vite 파헤치기] 1. Create React App의 Deprecated 발표</a></h1>
290293
</header>
291294

292295
</div>

0 commit comments

Comments
 (0)