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 a242b88 commit 45176b2Copy full SHA for 45176b2
2 files changed
packages/core/playground/src/main.ts
@@ -1,5 +1,6 @@
1
import { createApp } from 'vue'
2
import { createRouter, createWebHistory } from 'vue-router'
3
+// @ts-expect-error skip type check
4
import { routes } from 'vue-router/auto-routes'
5
6
import App from './App.vue'
packages/rolldown/src/nuxt.config.ts
@@ -93,7 +93,6 @@ export default defineNuxtConfig({
93
vite: {
94
base: BASE,
95
build: {
96
- // @ts-expect-error skip type check
97
rolldownOptions: {
98
devtools: {},
99
},
@@ -121,10 +120,10 @@ export default defineNuxtConfig({
121
120
],
122
123
devtools: {
+ enabled: false,
124
clientAuth: false,
125
126
plugins: [
127
128
NUXT_DEBUG_BUILD ? Inspect({ build: true }) : null,
129
130
0 commit comments