Skip to content

Commit b857fcc

Browse files
committed
fix: textstorage diff with monaco-editor
1 parent 39028cb commit b857fcc

File tree

6 files changed

+198
-39
lines changed

6 files changed

+198
-39
lines changed

angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
"glob": "**/*",
9494
"input": "node_modules/leaflet/dist/images",
9595
"output": "./assets/"
96+
},
97+
{
98+
"glob": "**/*",
99+
"input": "node_modules/monaco-editor",
100+
"output": "/assets/monaco/"
96101
}
97102
],
98103
"styles": [

0 commit comments

Comments
 (0)