Commit 4bfcb6b
committed
chore: migrate build pipeline to tsdown + Vite
Library build: replace tsc + webpack + gulp with tsdown
- tsdown.config.ts: ESM (es/) + CJS (lib/) unbundled builds with .d.ts
- scripts/build-styles.js: replaces gulpfile.js using sass + postcss APIs
- scss-to-css plugin rewrites .scss imports to .css (replaces generate-style.js)
- inject-style-imports.js reads from style/index.js instead of style/css.js
- Drop UMD bundle (dist/tiny.js)
Site: replace webpack with Vite
- site/vite.config.ts with @mdx-js/rollup v3, remark-gfm, rehype-mdx-code-props
- MDX v3 compat: PascalCase custom tags, escape braces in tables, remove HTML comments
- Replace require() asset imports with ESM imports + import.meta.glob
- Remove babel.config.js and all webpack/babel devDependencies
Delete: tsconfig.cjs.json, tsconfig.esm.json, webpack.config.js,
scripts/gulpfile.js, scripts/generate-style.js, babel.config.js,
site/config/webpack.{common,dev,prod}.js1 parent c9b4728 commit 4bfcb6b
490 files changed
Lines changed: 9896 additions & 14284 deletions
File tree
- components
- alert
- demo
- anchor
- demo
- aspect-ratio
- demo
- auto-complete
- demo
- avatar
- demo
- back-top
- demo
- badge
- demo
- breadcrumb
- demo
- button
- demo
- calendar
- demo
- card
- demo
- carousel
- demo
- cascader
- demo
- checkbox
- demo
- collapse
- demo
- color-picker
- demo
- copy-to-clipboard
- demo
- countdown
- demo
- date-picker
- demo
- descriptions/demo
- divider
- demo
- drawer
- demo
- dropdown
- demo
- empty
- demo
- flex/demo
- flip
- demo
- form
- demo
- grid
- demo
- icon
- demo
- image
- demo
- input-number
- demo
- input-password
- demo
- input
- demo
- keyboard
- demo
- layout/demo
- link
- demo
- list
- demo
- loader
- demo
- loading-bar
- demo
- message
- demo
- modal
- demo
- native-select
- demo
- notification
- demo
- pagination/demo
- pop-confirm
- demo
- popover
- demo
- progress
- demo
- radio
- demo
- rate
- demo
- result/demo
- scroll-indicator/demo
- segmented
- demo
- select
- demo
- skeleton/demo
- slider
- demo
- space
- demo
- speed-dial
- demo
- split-button
- demo
- split/demo
- statistic
- demo
- steps/demo
- sticky
- demo
- strength-indicator
- demo
- style
- switch
- demo
- table
- demo
- tabs
- demo
- tag
- demo
- textarea
- demo
- time-picker
- demo
- timeline
- demo
- tooltip
- demo
- transfer/demo
- tree
- demo
- typography/demo
- upload
- demo
- docs
- scripts
- site
- config
- src
- components
- header
- markdown-tag
- containers
- components
- home
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
0 commit comments