Skip to content

Commit bbe1cba

Browse files
author
Simon
committed
fix: nuxt build
1 parent 2042e1f commit bbe1cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playground-nuxt/nuxt.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineNuxtConfig({
77
],
88
css: [
99
'@/assets/tailwind.css',
10-
'vue-renderer-markdown/index.tailwind.css',
1110
'vue-renderer-markdown/index.css',
1211
'katex/dist/katex.min.css',
1312
],
@@ -21,6 +20,9 @@ export default defineNuxtConfig({
2120
optimizeDeps: {
2221
exclude: ['monaco-editor', 'stream-monaco', 'vue-renderer-markdown'],
2322
},
23+
worker: {
24+
format: 'es',
25+
},
2426
},
2527
runtimeConfig: {
2628
public: {

0 commit comments

Comments
 (0)