sprity-webpack-plugin
v0.0.2
Published
Build sprite images and css sheets on the fly with sprity while running webpack.
Downloads
2
Maintainers
Readme
Sprity-webpack-plugin
Install:
npm install sprity-webpack-plugin
Usage:
- A simple example in webpack.config.js:
var SprityWebpackPlugin = require('sprity-webpack-plugin');
module.exports = {
plugins: [
new SprityWebpackPlugin({
...
});
]
}
If you want to learn more about Webpack, so here is the link.
Options
See Sprity