Skip to content

Commit 80d6fc7

Browse files
authored
Merge pull request #12 from dev-five-git/main
ㅁㄴㅇ
2 parents 63b66bb + a4eb834 commit 80d6fc7

File tree

7 files changed

+66
-23
lines changed

7 files changed

+66
-23
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,20 @@ const box = <Box _hover={{bg: ["red", "blue"]}}/>
155155
// Same
156156
const box = <Box _hover={[{bg: "red"}, {bg: "blue"}]}/>
157157
```
158+
159+
## How to Contribute
160+
161+
### Requirements
162+
- [Node.js](https://nodejs.org) (LTS version recommended)
163+
- [Rust](https://rustup.rs) compiler
164+
- pnpm package manager (`npm install -g pnpm`)
165+
166+
### Development Setup
167+
To set up the development environment, install the following packages:
168+
```sh
169+
pnpm i
170+
pnpm build
171+
cargo install cargo-tarpaulin
172+
cargo install wasm-pack
173+
```
174+
After installation, run `pnpm test` to ensure everything works correctly.

README_ko.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,20 @@ const box = <Box _hover={{bg: ["red", "blue"]}}/>
149149
// Same
150150
const box = <Box _hover={[{bg: "red"}, {bg: "blue"}]}/>
151151
```
152+
153+
## 기여 방법
154+
155+
### 요구 사항
156+
- [Node.js](https://nodejs.org) (LTS 버전 권장)
157+
- [Rust](https://rustup.rs) 컴파일러
158+
- pnpm 패키지 매니저 (`npm install -g pnpm`)
159+
160+
### 개발 환경 설정
161+
개발 환경을 위해 아래 패키지들을 설치합니다:
162+
```sh
163+
pnpm i
164+
pnpm build
165+
cargo install cargo-tarpaulin
166+
cargo install wasm-pack
167+
```
168+
설치 후 `pnpm test`를 실행하여 문제가 없는지 확인합니다.

apps/landing/src/app/Bench.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,51 +50,51 @@ export function Bench() {
5050
{[
5151
{
5252
title: 'Chakra UI',
53-
version: '3.24.2',
54-
buildTime: '29.3s',
55-
buildSize: '186.2MB',
53+
version: '3.27.0',
54+
buildTime: '29.99s',
55+
buildSize: '210.1MB',
5656
url: 'https://chakra-ui.com',
5757
},
5858
{
5959
title: 'Mui',
60-
version: '7.3.1',
61-
buildTime: '21.6s',
62-
buildSize: '84.3MB',
60+
version: '7.3.2',
61+
buildTime: '22.21s',
62+
buildSize: '94.23MB',
6363
url: 'https://mui.com',
6464
},
6565
{
6666
title: 'Kuma UI',
6767
version: '1.5.9',
68-
buildTime: '20.6s',
69-
buildSize: '60.3MB',
68+
buildTime: '21.61s',
69+
buildSize: '67.42MB',
7070
url: 'https://kuma-ui.com',
7171
},
7272
{
7373
title: 'Tailwindcss',
7474
version: '4.1.13',
75-
buildTime: '20.2s',
76-
buildSize: '54.7MB',
75+
buildTime: '20.22s',
76+
buildSize: '57.41MB',
7777
url: 'https://tailwindcss.com',
7878
},
7979
{
80-
title: 'panda CSS',
80+
title: 'Panda CSS',
8181
version: '1.3.1',
82-
buildTime: '22.0s',
83-
buildSize: '59.5MB',
82+
buildTime: '21.61s',
83+
buildSize: '62.43MB',
8484
url: 'https://panda-css.com',
8585
},
8686
{
8787
title: 'styleX',
8888
version: '0.15.4',
89-
buildTime: '38.9s',
90-
buildSize: '72.7MB',
89+
buildTime: '38.97s',
90+
buildSize: '76.25MB',
9191
url: 'https://stylexjs.com',
9292
},
9393
{
94-
title: 'vanilla extract',
94+
title: 'Vanilla Extract',
9595
version: '1.17.4',
96-
buildTime: '20.1s',
97-
buildSize: '56.6MB',
96+
buildTime: '20.09s',
97+
buildSize: '59.36MB',
9898
url: 'https://vanilla-extract.style',
9999
},
100100
].map((item) => (

apps/landing/src/app/DevupUICard.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export function DevupUICard() {
2727
/>
2828
<VStack gap="8px">
2929
<Text color="$text" typography="h5">
30-
Devup-ui
30+
Devup UI
3131
</Text>
3232
<Text color="$text" typography="textL">
33-
1.0.15
33+
1.0.18
3434
</Text>
3535
</VStack>
3636
<VStack alignItems="flex-end" gap="20px">
@@ -53,7 +53,7 @@ export function DevupUICard() {
5353
color="transparent"
5454
typography="h4"
5555
>
56-
16.8s
56+
18.35s
5757
</Text>
5858
</Flex>
5959
</VStack>
@@ -76,7 +76,7 @@ export function DevupUICard() {
7676
color="transparent"
7777
typography="h4"
7878
>
79-
51.2MB
79+
57.40MB
8080
</Text>
8181
</Flex>
8282
</VStack>

packages/vite-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @devup-ui/vite-plugin
22

3+
## 1.0.42
4+
5+
### Patch Changes
6+
7+
- 37bf690: Add noExternal for library
8+
39
## 1.0.41
410

511
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"vite"
1919
],
2020
"type": "module",
21-
"version": "1.0.41",
21+
"version": "1.0.42",
2222
"scripts": {
2323
"lint": "eslint",
2424
"build": "tsc && vite build"

packages/vite-plugin/src/plugin.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ export function DevupUI({
110110
optimizeDeps: {
111111
exclude: include,
112112
},
113+
ssr: {
114+
noExternal: [...include, /@devup-ui/],
115+
},
113116
}
114117
if (extractCss) {
115118
ret['build'] = {

0 commit comments

Comments
 (0)