Skip to content

Commit e3df0f3

Browse files
committed
fix: update Vite configuration to use vite-plugin-bundle-styles for bundling component styles
1 parent f9d52a3 commit e3df0f3

File tree

5 files changed

+1665
-1354
lines changed

5 files changed

+1665
-1354
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pnpm release
6262
If you prefer to do it manually with the cleaner git history:
6363

6464
```bash
65-
npx degit starter-collective/starter-lib-vue3
65+
npx degit starter-collective/starter-lib-vue3 starter-lib-vue3
6666

6767
cd starter-lib-vue3
6868

external/vite-plugin-bundle-styles/index.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,34 +63,35 @@
6363
"vue": "^3.2.0"
6464
},
6565
"devDependencies": {
66-
"@antfu/eslint-config": "^4.12.0",
66+
"@antfu/eslint-config": "^4.13.0",
6767
"@types/jsdom": "^21.1.7",
6868
"@types/markdown-it": "^14.1.2",
69-
"@types/node": "^22.14.0",
69+
"@types/node": "^22.15.14",
7070
"@vitejs/plugin-vue": "^5.2.3",
7171
"@vitejs/plugin-vue-jsx": "^4.1.2",
7272
"@vue/test-utils": "^2.4.6",
7373
"@vueuse/core": "^13.1.0",
7474
"bumpp": "^10.1.0",
7575
"cssnano": "^7.0.7",
76-
"eslint": "^9.24.0",
77-
"jsdom": "^26.0.0",
78-
"lint-staged": "^15.5.0",
76+
"eslint": "^9.26.0",
77+
"jsdom": "^26.1.0",
78+
"lint-staged": "^15.5.2",
7979
"markdown-it": "^14.1.0",
8080
"markdown-it-container": "^4.0.0",
8181
"postcss": "^8.5.3",
8282
"rimraf": "^6.0.1",
83-
"shiki": "^3.2.2",
84-
"simple-git-hooks": "^2.12.1",
83+
"shiki": "^3.4.0",
84+
"simple-git-hooks": "^2.13.0",
8585
"typescript": "^5.8.3",
86-
"unplugin-vue-components": "^28.4.1",
87-
"vite": "^6.2.6",
86+
"unplugin-vue-components": "^28.5.0",
87+
"vite": "^6.3.5",
88+
"vite-plugin-bundle-styles": "0.1.0-beta.1",
8889
"vite-plugin-dts": "^4.5.3",
8990
"vite-plugin-static-copy": "^2.3.1",
9091
"vitepress": "^1.6.3",
91-
"vitest": "^3.1.1",
92+
"vitest": "^3.1.3",
9293
"vue": "^3.5.13",
93-
"vue-tsc": "^2.2.8"
94+
"vue-tsc": "^2.2.10"
9495
},
9596
"simple-git-hooks": {
9697
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)