Skip to content

Commit

Permalink
FOUR-13951 Added vue-monaco and monaco-editor in the externals array
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 30, 2024
1 parent 4e75c28 commit 65ea93e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default defineConfig({
extensions: [".js", ".mjs", ".vue", ".json"]
},
build: {
sourcemap: true,
lib: {
entry: resolve(__dirname, "src/components/index.js"),
name: libraryName,
Expand All @@ -51,7 +52,9 @@ export default defineConfig({
"moment-timezone",
"lodash",
"@processmaker/vue-form-elements",
"@processmaker/vue-multiselect"
"@processmaker/vue-multiselect",
"vue-monaco",
"monaco-editor"
],
output: {
exports: "named",
Expand Down

0 comments on commit 65ea93e

Please sign in to comment.