feat(v2): docs plugin continued (#1337)

* refactor(v2): shift markdown loader into plugin

* fix(v2): build command configure webpack

* temporary fix for failing test
This commit is contained in:
Yangshun Tay 2019-04-06 07:01:29 -07:00 committed by Endilie Yacop Sucipto
parent 50bbc1dcd7
commit 1a8e12048e
14 changed files with 181 additions and 132 deletions

View file

@ -155,6 +155,9 @@ class DocusaurusPluginContentBlog {
});
});
}
// TODO: Add configureWebpack plugin to read Markdown. Currently it's using
// the docs plugin's markdown loader.
}
module.exports = DocusaurusPluginContentBlog;