mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
reduce redundant package version to simplify upgrade
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user