mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
use react production build
This commit is contained in:
parent
da84d16421
commit
24911da8db
@ -58,9 +58,9 @@ const MERMAID = {
|
|||||||
|
|
||||||
const EXCALIDRAW = {
|
const EXCALIDRAW = {
|
||||||
js: [
|
js: [
|
||||||
"libraries/excalidraw/umd/react.development.js",
|
"libraries/excalidraw/umd/react.production.min.js", //v17.0.2
|
||||||
"libraries/excalidraw/umd/react-dom.development.js",
|
"libraries/excalidraw/umd/react-dom.production.min.js", //v17.0.2
|
||||||
"libraries/excalidraw/excalidraw.production.min.js",
|
"libraries/excalidraw/excalidraw.production.min.js", //v.0.11.0
|
||||||
],
|
],
|
||||||
// css: [
|
// css: [
|
||||||
// "stylesheets/somestyle.css"
|
// "stylesheets/somestyle.css"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user