6 lines
224 B
JavaScript
6 lines
224 B
JavaScript
// -- Excalidraw settings --
|
|
// @TODO replace with "true" once Preact is integrated to ExcalidrawCanvas
|
|
var process = { env: { IS_PREACT: "false" } };
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true };
|
|
// -- / --
|