Skip to content

Commit

Permalink
Add png to bundle address correction
Browse files Browse the repository at this point in the history
Affects issues:
- Possibly fixed #3902
  • Loading branch information
AuroraLS3 committed Jan 6, 2025
1 parent 5b84eea commit bf143e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class BundleAddressCorrection {

private static final String STATIC = "static";
private static final Pattern JAVASCRIPT_ADDRESS_PATTERN = Pattern.compile("\"(\\./|/?static)(.+?)\\.(json|js|css)\"");
private static final Pattern JAVASCRIPT_ADDRESS_PATTERN = Pattern.compile("\"(\\./|/?static)(.+?)\\.(json|js|css|png)\"");

private final PlanConfig config;
private final Addresses addresses;
Expand Down

0 comments on commit bf143e1

Please sign in to comment.