summaryrefslogtreecommitdiff
path: root/web/source/index.js
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-26 15:03:05 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-26 15:03:05 +0200
commitf7323c065a086533ce8c7f0f0cb3f69a80539992 (patch)
treeba1451f4d1c1841bcc0867599673d9527c31f2bf /web/source/index.js
parent[performance] rewrite timelines to rely on new timeline cache type (#3941) (diff)
downloadgotosocial-f7323c065a086533ce8c7f0f0cb3f69a80539992.tar.xz
[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
Diffstat (limited to 'web/source/index.js')
-rw-r--r--web/source/index.js2
1 files changed, 1 insertions, 1 deletions
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.*))/]
}]
],
},