Skip to content

Commit

Permalink
Fixed docs:build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Dec 13, 2023
1 parent e2fa589 commit b35925e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@ export default {
},
vite: {
build: {
rollupOptions: {
external: ['vue', 'vue-i18n', 'codemirror', 'octicons-css', 'eslint-linter-browserify', 'vue-codemirror6', /@codemirror\/.+/, /@lezer\/.+/],
output: {
exports: 'named',
globals: {
vue: 'Vue',
},
},
},
emptyOutDir: false,
chunkSizeWarningLimit: 1500,
},
},
}

0 comments on commit b35925e

Please sign in to comment.