Skip to content

Commit ae5764a

Browse files
committed
chore: wip
1 parent bb8e438 commit ae5764a

File tree

8 files changed

+153
-71
lines changed

8 files changed

+153
-71
lines changed

bun.lock

Lines changed: 153 additions & 54 deletions
Large diffs are not rendered by default.

storage/framework/core/vite-config/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const result = await Bun.build({
3939
'vitepress',
4040
'vite-plugin-pwa',
4141
'vite-plugin-pages',
42-
'vite-plugin-webfont-dl',
4342
'vite-plugin-vue-devtools',
4443
'unocss',
4544
'@vitejs/plugin-vue',

storage/framework/core/vite-config/src/dashboard.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ export const dashboardConfig: ViteConfig = {
5555
// pwa(),
5656
// devtools(),
5757
i18n(),
58-
59-
// https://github.com/feat-agency/vite-plugin-webfont-dl
60-
// fonts(),
6158
],
6259

6360
// https://github.com/antfu/vite-ssg

storage/framework/core/vite-config/src/system-tray.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ export const systemTrayConfig: ViteConfig = {
6262
// pwa(),
6363
// devtools(),
6464
i18n(),
65-
66-
// https://github.com/feat-agency/vite-plugin-webfont-dl
67-
// fonts(),
6865
],
6966

7067
// https://github.com/antfu/vite-ssg

storage/framework/core/vite-plugin/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const result = await Bun.build({
3838
'vitepress',
3939
'vite-plugin-pwa',
4040
'vite-plugin-pages',
41-
'vite-plugin-webfont-dl',
4241
'vite-plugin-vue-devtools',
4342
'unocss',
4443
'@vitejs/plugin-vue',

storage/framework/core/vite-plugin/src/fonts.ts

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

storage/framework/core/vite-plugin/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export * from './components'
33
export * from './css-engine'
44
export * from './devtools'
55
export * from './docs'
6-
export * from './fonts'
76
export * from './i18n'
87
export * from './inspect'
98
export * from './layouts'

storage/framework/views/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"vite-plugin-pwa": "^0.21.1",
4949
"vite-plugin-vue-devtools": "^7.7.2",
5050
"vite-plugin-vue-layouts": "^0.11.0",
51-
"vite-plugin-webfont-dl": "^3.10.4",
5251
"vite-ssg": "^25.2.0",
5352
"vite-ssg-sitemap": "^0.8.1",
5453
"vue-tsc": "^2.2.8"

0 commit comments

Comments
 (0)