mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 13:39:51 +08:00
feat(nx/ckeditor): set up cache
This commit is contained in:
parent
e067e79505
commit
57d945fff0
5 changed files with 30 additions and 5 deletions
|
@ -86,6 +86,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "ckeditor5-admonition"
|
"name": "ckeditor5-admonition",
|
||||||
|
"targets": {
|
||||||
|
"build": {
|
||||||
|
"cache": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,6 +85,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "ckeditor5-footnotes"
|
"name": "ckeditor5-footnotes",
|
||||||
|
"targets": {
|
||||||
|
"build": {
|
||||||
|
"cache": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,6 +87,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "ckeditor5-keyboard-marker"
|
"name": "ckeditor5-keyboard-marker",
|
||||||
|
"targets": {
|
||||||
|
"build": {
|
||||||
|
"cache": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,6 +89,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "ckeditor5-math"
|
"name": "ckeditor5-math",
|
||||||
|
"targets": {
|
||||||
|
"build": {
|
||||||
|
"cache": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,6 +91,11 @@
|
||||||
"lodash-es": "^4.17.21"
|
"lodash-es": "^4.17.21"
|
||||||
},
|
},
|
||||||
"nx": {
|
"nx": {
|
||||||
"name": "ckeditor5-mermaid"
|
"name": "ckeditor5-mermaid",
|
||||||
|
"targets": {
|
||||||
|
"build": {
|
||||||
|
"cache": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue