Skip to content

Commit 1af2a7b

Browse files
authored
fix: reverted vite plugin installation in vite config plugins (openobserve#674)
1 parent 7e45fce commit 1af2a7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/vite.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export default defineConfig({
103103
}),
104104
enterpriseResolverPlugin,
105105
vueJsx(),
106-
monacoEditorPlugin({}),
107106
isTesting && monacoEditorTestResolver(),
108107
].filter(Boolean),
109108
resolve: {

0 commit comments

Comments
 (0)