lint & format

This commit is contained in:
dwelle
2026-01-24 22:27:43 +01:00
parent be9981bda5
commit 29ba7fe96d
181 changed files with 3968 additions and 2654 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ config.entry = "../packages/excalidraw/index-node";
// to just a string with the path of the canvas.node file. We need to tell
// webpack to avoid rewriting that dependency.
config.externals = (context, request, callback) => {
if (/\.node$/.test(request)) {
if (request.endsWith(".node")) {
return callback(
null,
"commonjs ../../../node_modules/canvas/build/Release/canvas.node",