mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
reduce redundant package version to simplify upgrade
This commit is contained in:
parent
6cae68288d
commit
2394fe6ed9
@ -58,9 +58,9 @@ const MERMAID = {
|
|||||||
|
|
||||||
const EXCALIDRAW = {
|
const EXCALIDRAW = {
|
||||||
js: [
|
js: [
|
||||||
"node_modules/react/umd/react.production.min.js", //v17.0.2
|
"node_modules/react/umd/react.production.min.js",
|
||||||
"node_modules/react-dom/umd/react-dom.production.min.js", //v17.0.2
|
"node_modules/react-dom/umd/react-dom.production.min.js",
|
||||||
"node_modules/@excalidraw/excalidraw/dist/excalidraw.production.min.js", //v.0.11.0
|
"node_modules/@excalidraw/excalidraw/dist/excalidraw.production.min.js",
|
||||||
],
|
],
|
||||||
// css: [
|
// css: [
|
||||||
// "stylesheets/somestyle.css"
|
// "stylesheets/somestyle.css"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user