sprity-webpack-plugin

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i sprity-webpack-plugin

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • imliwenfu