mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-13 14:06:12 +08:00
fix(docz-plugin-babel6): documentation for babel plugin (#60)
* rename plugin export to babel6 * revert plugin and update docs
This commit is contained in:
committed by
Pedro Nauck
parent
5201b1cbcb
commit
8a14e2a336
@@ -6,6 +6,6 @@ By default and by some performance issues, Docz use Babel@7. If you want to use
|
||||
import { babel } from 'docz-plugin-babel6'
|
||||
|
||||
export default {
|
||||
plugins: [babel6()]
|
||||
plugins: [babel()]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user