You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor ReactInjectPlugin to include MsApplicationTileImage as a nul…
…lable parameter in the constructor. Introduce a new Gallery block for product images with image preloading functionality. Update README.md with JavaScript optimization configuration details and add support for base64 image encoding in product configuration. Enhance tests with shared mock classes to streamline testing process.
Add support for store-specific CSS paths in ReactInjectPlugin. Implem…
…ent methods to retrieve store codes and check for the existence of store-specific folders, allowing for optimized CSS loading based on the current store context. Update README.md to reflect these changes.
Enhance CSS loading logic in ReactInjectPlugin to check for critical …
…CSS file existence before applying styles. This update ensures optimized CSS is loaded correctly based on the presence of critical CSS for product, category, and home pages.