1.0.2 • Published 7 years ago

gh-pages-webpack-plugin v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Usage

webpack.config.js

var GhPagesWebpackPlugin = require('gh-pages-webpack-plugin');
...

plugins: [
    new GhPagesWebpackPlugin({
        path: './public',
        options: {
            message: 'Update Home Page',
            user: {
                name: '年糕小豆汤',
                email: 'ooiss@qq.com'
            }
        }
    })
]

...
  • path is the directory to be publish
  • options is the options for publish
  • see gh-pages for more detail
1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago