Skip to content

Commit

Permalink
Merge pull request #1520 from ProcessMaker/FOUR-13951
Browse files Browse the repository at this point in the history
FOUR-13951 Added vue-monaco and monaco-editor in the externals array
  • Loading branch information
ryancooley authored Jan 30, 2024
2 parents bd2bca2 + a344a8b commit 30a2ede
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 30a2ede

Please sign in to comment.