Skip to content

Commit a768172

Browse files
committed
Clean the Magewire block to resolver map cache when di.xml or layout xml files are modified
1 parent 5ccca09 commit a768172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/magento/fingerprint_file.cljs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
["/etc/acl\\.xml$" ["provider_acl_resources_cache"]]
123123
["/etc/frontend/routes\\.xml$" ["frontend::RoutesConfig"]]
124124
["/etc/adminhtml/routes\\.xml$" ["adminhtml::RoutesConfig"]]
125+
["/layout/.+\\.xml$", ["resolvers"]] ;; Magewire blockname to resolver map
126+
["/etc(?:/[^/]+|)/di\\.xml$" ["resolvers"]] ;; Magewire blockname to resolver map
125127
["/etc/csp_whitelist\\.xml" ["global::csp_whitelist_config"
126128
"frontend::csp_whitelist_config"
127129
"adminhtml::csp_whitelist_config"

0 commit comments

Comments
 (0)