Skip to content

Commit

Permalink
[CYB-192] Migration to Angular 14 + ngx-monaco-editor-v2 + json-edito…
Browse files Browse the repository at this point in the history
…r-popup component (#70)
  • Loading branch information
stas-panasiuk authored Mar 20, 2024
1 parent 2087980 commit cddb986
Show file tree
Hide file tree
Showing 32 changed files with 320 additions and 12,491 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"baseHref": "/ui/",
"preserveSymlinks": true,
"allowedCommonJsDependencies": [
"lodash",
Expand All @@ -41,12 +42,12 @@
{
"glob": "**/*",
"input": "node_modules/monaco-editor",
"output": "assets/monaco-editor"
"output": "/assets/monaco/"
},
{
"glob": "**/*",
"input": "node_modules/monaco-editor/min-maps",
"output": "./assets/min-maps/"
"output": "/assets/min-maps/"
}
],
"styles": [
Expand Down Expand Up @@ -140,8 +141,8 @@
"src/assets",
{
"glob": "**/*",
"input": "node_modules/ngx-monaco-editor-v13/assets/monaco",
"output": "./assets/monaco/"
"input": "node_modules/ngx-monaco-editor-v2",
"output": "/assets/monaco-editor/"
}
]
}
Expand Down Expand Up @@ -193,6 +194,5 @@
}
}
}
},
"defaultProject": "parser-chaining"
}
}
Loading

0 comments on commit cddb986

Please sign in to comment.