Skip to content

Commit a32c24d

Browse files
committed
fix: update regexfilter
1 parent a4bb251 commit a32c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/rules/figma.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"condition": {
28-
"regexFilter": "/webpack-artifacts/assets/figma_app[^.]+\\.min\\.js(\\.br)?$",
28+
"regexFilter": "/webpack-artifacts/assets/(?:figma_app[^.]+|[0-9a-zA-Z-]+)\\.min\\.js(?:\\.br)?$",
2929
"resourceTypes": ["script"]
3030
}
3131
}

0 commit comments

Comments
 (0)