Browse Source

Merge pull request #4738 from nocodb/fix/gui-windows-build

fix(nc-gui): add customDistPath for monacoEditorPlugin
pull/4747/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
98c6985591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/nc-gui/nuxt.config.ts

3
packages/nc-gui/nuxt.config.ts

@ -139,6 +139,9 @@ export default defineNuxtConfig({
}),
monacoEditorPlugin({
languageWorkers: ['json'],
customDistPath: (root: string, buildOutDir: string, base: string) => {
return buildOutDir + '/' + 'monacoeditorwork'
},
}),
PurgeIcons({
/* PurgeIcons Options */

Loading…
Cancel
Save