From f1327cd3d0c2a3d446b4e531324d1eb6f50089f9 Mon Sep 17 00:00:00 2001 From: Shim Heungwoon Date: Thu, 10 May 2018 21:11:42 +0900 Subject: [PATCH] Add image-sprite-webpack-plugin Generates bitmap image spritesheets from your stylesheets. https://github.com/naver/image-sprite-webpack-plugin * Simple and easy to use. * Supports bitmap images (png, jpg, gif, not svg) * Supports HMR. * Supports webpack 2.x ~ 4.x. * Works fine with cooperative plugins (extract-text-webpack, mini-css-extract). * Requires css-loader to handle CssModule. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73fe350..8d2778e 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel fr - [FileManager Webpack Plugin](https://github.com/gregnb/filemanager-webpack-plugin) - Copy, move, delete files and directories before and after Webpack builds -- *Maintainer*: `Gregory Nowakowski` [![Github][githubicon]](https://github.com/gregnb) - [Duplicate Package Checker Webpack Plugin](https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin) - Warns you when multiple versions of the same package exist in your bundle -- *Maintainer*: `Darren Scerri` [![Github][githubicon]](https://github.com/darrenscerri) - [PurgeCSS Webpack Plugin](https://github.com/FullHuman/purgecss-webpack-plugin) - A plugin to remove unused css with purgecss -- *Maintainer*: `Floriel Fedry` [![Github][githubicon]](https://github.com/Ffloriel) +- [Image Sprite Plugin](https://github.com/naver/image-sprite-webpack-plugin) - Generates bitmap image spritesheets from stylesheets. -- *Maintainer*: `Shim Heungwoon` [![Github][githubicon]](https://github.com/hwshim) [Back to top](#table-of-contents)