mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
use react production build
This commit is contained in:
parent
da84d16421
commit
24911da8db
1 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@ const MERMAID = {
|
|||
|
||||
const EXCALIDRAW = {
|
||||
js: [
|
||||
"libraries/excalidraw/umd/react.development.js",
|
||||
"libraries/excalidraw/umd/react-dom.development.js",
|
||||
"libraries/excalidraw/excalidraw.production.min.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
|
||||
],
|
||||
// css: [
|
||||
// "stylesheets/somestyle.css"
|
||||
|
|
Loading…
Reference in a new issue