We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5db857 commit fe587aeCopy full SHA for fe587ae
src/.vitepress/config.js
@@ -477,6 +477,9 @@ module.exports = {
477
// @ts-ignore
478
extends: require('@vue/theme/config'),
479
vite: {
480
+ define: {
481
+ __VUE_OPTIONS_API__: false
482
+ },
483
optimizeDeps: {
484
exclude: ['@vue/repl']
485
},
@@ -487,6 +490,10 @@ module.exports = {
487
490
host: true
488
491
489
492
build: {
493
+ // TODO - before switching to esbuild for minification we need:
494
+ // 1. release vite with unused css string fix
495
+ // 2. release vue with try...catch block fix
496
+ // minify: 'esbuild',
497
chunkSizeWarningLimit: Infinity
498
499
json: {
0 commit comments