Skip to content

Commit

Permalink
fix: custom assets in serve mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Aug 22, 2022
1 parent f1015e1 commit de13e6c
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 188 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -70,7 +70,7 @@
"prepare": "simple-git-hooks"
},
"dependencies": {
"@vue/compiler-sfc": "^2.7.8",
"@vue/compiler-sfc": "^2.7.9",
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"consola": "^2.15.3",
Expand All @@ -83,16 +83,16 @@
"postcss-dir-pseudo-class": "^6.0.5",
"postcss-load-config": "^4.0.1",
"postcss-logical": "^5.0.4",
"sass": "^1.54.4",
"sass": "^1.54.5",
"unconfig": "^0.3.5",
"vite": "^3.0.8",
"vite": "^3.0.9",
"vite-plugin-full-reload": "^1.0.4",
"vue": "^2.7.8"
"vue": "^2.7.9"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.7.6",
"@types/node": "^18.7.9",
"@types/prompts": "^2.4.0",
"@vitejs/plugin-vue2": "^1.1.2",
"bumpp": "^8.2.1",
Expand All @@ -101,7 +101,7 @@
"fs-extra": "^10.1.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
"unbuild": "^0.8.8",
"unbuild": "^0.8.9",
"vitest": "^0.22.1"
},
"pnpm": {
Expand Down

0 comments on commit de13e6c

Please sign in to comment.