Skip to content

Commit

Permalink
test(e2e): remove temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 26, 2024
1 parent 8e6e57e commit 812afb8
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions e2e/docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,7 @@ export default defineUserConfig({
},
},

bundler:
E2E_BUNDLER === 'webpack'
? webpackBundler()
: viteBundler({
// TODO: Remove once upstream has a fix
viteOptions: {
optimizeDeps: {
exclude: ['vuepress/client', 'vuepress/shared'],
},
ssr: {
noExternal: ['vuepress'],
},
},
}),
bundler: E2E_BUNDLER === 'webpack' ? webpackBundler() : viteBundler(),

theme: defaultTheme({
logo: 'https://v2.vuepress.vuejs.org/images/hero.png',
Expand Down

0 comments on commit 812afb8

Please sign in to comment.