feat(v2): allow plugins to specify paths to watch (#1272)

This commit is contained in:
Yangshun Tay 2019-03-09 13:00:44 -08:00 committed by GitHub
parent 8629abf73a
commit cefee2dec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 14 deletions

View file

@ -31,7 +31,7 @@ module.exports = {
},
plugins: [
{
name: 'docusaurus-content-blog',
name: 'docusaurus-plugin-content-blog',
options: {
include: ['*.md', '*.mdx'],
path: '../v1/website/blog',