Skip to content

Commit fe70328

Browse files
authored
Merge pull request #324 from dev-five-git/split-chunk-option
Impl split css
2 parents bdcf28b + 6e06013 commit fe70328

File tree

93 files changed

+4353
-2980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+4353
-2980
lines changed

.changeset/modern-kids-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup-ui/wasm": patch
3+
---
4+
5+
Optimize keyframe name

.changeset/neat-donuts-fix.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@devup-ui/rsbuild-plugin": patch
3+
"@devup-ui/webpack-plugin": patch
4+
"@devup-ui/wasm": patch
5+
"@devup-ui/next-plugin": patch
6+
"@devup-ui/vite-plugin": patch
7+
"@devup-ui/components": patch
8+
---
9+
10+
Feat split css

.changeset/petite-dragons-carry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@devup-ui/rsbuild-plugin": patch
3+
"@devup-ui/webpack-plugin": patch
4+
"@devup-ui/next-plugin": patch
5+
"@devup-ui/vite-plugin": patch
6+
---
7+
8+
Update option

Cargo.lock

Lines changed: 52 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/landing/next.config.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ const withMDX = createMDX({
1010
})
1111

1212
export default withMDX(
13-
DevupUI(
14-
{
15-
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
16-
output: 'export',
17-
},
18-
{ include: ['@devup-ui/components', '@devup-ui/reset-css'] },
19-
),
13+
DevupUI({
14+
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
15+
output: 'export',
16+
}),
2017
)

apps/landing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"@devup-ui/reset-css": "workspace:*",
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@next/mdx": "^15.5.0",
19+
"@next/mdx": "^15.5.2",
2020
"@types/mdx": "^2.0.13",
2121
"body-scroll-lock": "3.1.5",
2222
"clsx": "^2.1.1",
23-
"next": "^15.5.0",
23+
"next": "^15.5.2",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
2626
"react-markdown": "^10.1.0",
27-
"react-syntax-highlighter": "^15.6.1",
27+
"react-syntax-highlighter": "^15.6.6",
2828
"remark-gfm": "^4.0.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)