gh-pages-webpack-plugin
v1.0.2
Published
gh-pages webpack plugin
Downloads
9
Readme
Usage
webpack.config.js
var GhPagesWebpackPlugin = require('gh-pages-webpack-plugin');
...
plugins: [
new GhPagesWebpackPlugin({
path: './public',
options: {
message: 'Update Home Page',
user: {
name: '年糕小豆汤',
email: '[email protected]'
}
}
})
]
...
path
is the directory to be publishoptions
is the options for publish- see gh-pages for more detail