Skip to content

Commit

Permalink
chore: bump vite again
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 5, 2021
1 parent b6ba8a9 commit 64a08b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"prismjs": "^1.20.0",
"sirv": "^1.0.10",
"slash": "^3.0.0",
"vite": "^2.0.0-beta.7",
"vite": "^2.0.0-beta.8",
"vue": "^3.0.5"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/client/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'vite/dynamic-import-polyfill'
import { App, createApp as createClientApp, createSSRApp, h } from 'vue'
import { inBrowser, pathToFile } from './utils'
import { Router, RouterSymbol, createRouter } from './router'
Expand Down
1 change: 0 additions & 1 deletion src/node/build/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export async function bundle(
plugins: createVitePressPlugin(root, config, ssr, pageToHashMap),
build: {
...options,
// @ts-ignore
ssr,
base: config.site.base,
outDir: ssr ? config.tempDir : config.outDir,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6031,10 +6031,10 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vite@^2.0.0-beta.7:
version "2.0.0-beta.7"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-beta.7.tgz#8200198ac3c0a5e9deb62579e01053cea89d6176"
integrity sha512-9tkmaq4PbBDWmcvIto07jpkMiD084EgDsizZxijYrpS3ojC9myksA/hlKA7RzK+uSEFetcb1ZY4ONpJQb/J+vw==
vite@^2.0.0-beta.8:
version "2.0.0-beta.8"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-beta.8.tgz#3578e94bcba69f0d89808fd665c293570b22c70d"
integrity sha512-fl9cDM2KxgpMtU2+xUGLgVmDITpDNEEk1KhDPC+LwjrSvCV7Z84zt3ihvymyjeRmPH7jBWsvuyIPys76gidBWA==
dependencies:
esbuild "^0.8.26"
postcss "^8.2.1"
Expand Down

0 comments on commit 64a08b3

Please sign in to comment.