Closed elevatebart closed 5 years ago
We might have to change the name of the package to
vuepress-plugin-docgen
if we want to resolve it with string only.
today we have to configure it like so:
module.exports = { plugins: [ [ require("vuepress-component-docgen") ] ] }
I would rather have this
module.exports = { plugins: [ [ 'docgen' ] ] }
It will be correct with the #1
We might have to change the name of the package to
vuepress-plugin-docgen
if we want to resolve it with string only.
today we have to configure it like so:
I would rather have this