0.0.2 • Published 7 years ago

sprity-webpack-plugin v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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