mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
add excalidraw excalidraw/utils, react and react-dom as npm-dependencies
This commit is contained in:
@@ -58,9 +58,9 @@ const MERMAID = {
|
||||
|
||||
const EXCALIDRAW = {
|
||||
js: [
|
||||
"libraries/excalidraw/umd/react.production.min.js", //v17.0.2
|
||||
"libraries/excalidraw/umd/react-dom.production.min.js", //v17.0.2
|
||||
"libraries/excalidraw/excalidraw.production.min.js", //v.0.11.0
|
||||
"node_modules/react/umd/react.production.min.js", //v17.0.2
|
||||
"node_modules/react-dom/umd/react-dom.production.min.js", //v17.0.2
|
||||
"node_modules/@excalidraw/excalidraw/dist/excalidraw.production.min.js", //v.0.11.0
|
||||
],
|
||||
// css: [
|
||||
// "stylesheets/somestyle.css"
|
||||
@@ -69,7 +69,7 @@ const EXCALIDRAW = {
|
||||
|
||||
const EXCALIDRAW_UTILS = {
|
||||
js: [
|
||||
"libraries/excalidraw/utils/excalidraw-utils.min.js", //v0.1.2
|
||||
"node_modules/@excalidraw/utils/dist/excalidraw-utils.min.js", //v0.1.2
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user