From f7323c065a086533ce8c7f0f0cb3f69a80539992 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:03:05 +0200 Subject: [feature] Update attachment format, receive + send `focalPoint` prop + use it on the frontend (#4052) * [feature] Update attachment format, receive + send `focalPoint` prop + use it on the frontend * whoops * boop * restore function signature of ExtractAttachments --- web/source/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/source/index.js') diff --git a/web/source/index.js b/web/source/index.js index d66afe757..6a218cd08 100644 --- a/web/source/index.js +++ b/web/source/index.js @@ -60,7 +60,7 @@ skulk({ transform: [ ["babelify", { global: true, - ignore: [/node_modules\/(?!(photoswipe.*))/] + ignore: [/node_modules\/(?!(.*photoswipe.*))/] }] ], }, -- cgit v1.2.3