From 9b0757e0ff7cceb6ddbaaa2262336d53443aa9bd Mon Sep 17 00:00:00 2001 From: Yoriiis <2563298+yoriiis@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:16:36 +0200 Subject: [PATCH] Revert "Add chrome web store user badge" This reverts commit 573a69818cb53ace10c71f2476c69a5c63c3ae19. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb20f8..3cff76e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SvgChunkWebpackPlugin -![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/yoriiis/svg-chunk-webpack-plugin/build.yml?branch=main&style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/svg-chunk-webpack-plugin?style=for-the-badge)](https://coveralls.io/github/yoriiis/svg-chunk-webpack-plugin?branch=main) [![Npm downloads](https://img.shields.io/npm/dm/svg-chunk-webpack-plugin?color=fb3e44&label=npm%20downloads&style=for-the-badge)](https://npmjs.com/package/svg-chunk-webpack-plugin) [![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/ideeaicjegejlmejdjbhbhfhenekneie?style=for-the-badge&logo=googlechrome&logoColor=FFCD46&color=%234C8BF5&link=https%3A%2F%2Fchromewebstore.google.com%2Fdetail%2Fab-tasty-debugger%2Fideeaicjegejlmejdjbhbhfhenekneie)](https://chromewebstore.google.com/detail/ab-tasty-debugger/ideeaicjegejlmejdjbhbhfhenekneie) +![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/yoriiis/svg-chunk-webpack-plugin/build.yml?branch=main&style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/svg-chunk-webpack-plugin?style=for-the-badge)](https://coveralls.io/github/yoriiis/svg-chunk-webpack-plugin?branch=main) [![Npm downloads](https://img.shields.io/npm/dm/svg-chunk-webpack-plugin?color=fb3e44&label=npm%20downloads&style=for-the-badge)](https://npmjs.com/package/svg-chunk-webpack-plugin) The `svg-chunk-webpack-plugin` creates optimized SVG sprites, according to Webpack's entrypoints. Each sprite contains only the SVG dependencies listed on its entrypoints to improved code splitting, even on SVG files.