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

Commit aa4cf93

Browse files
authored
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 34d1989 commit aa4cf93

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
@@ -193,6 +193,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel fr
193193
- [Progressive Web App Manifest](https://github.com/arthurbergmz/webpack-pwa-manifest) - PWA manifest manager and generator. -- *Maintainer*: `Arthur A. Bergamaschi` [![Github][githubicon]](https://github.com/arthurbergmz)
194194
- [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)
195195
- [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)
196+
- [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)
196197

197198

198199

0 commit comments

Comments
 (0)