Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit f1327cd

Browse files
committed
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.
1 parent 96d1694 commit f1327cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel fr
198198
- [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)
199199
- [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)
200200
- [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)
201+
- [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)
201202

202203
[Back to top](#table-of-contents)
203204

0 commit comments

Comments
 (0)