fix(docz-plugin-babel6): documentation for babel plugin (#60)

* rename plugin export to babel6

* revert plugin and update docs
This commit is contained in:
Martyn Rushton
2018-06-20 14:25:32 +01:00
committed by Pedro Nauck
parent 5201b1cbcb
commit 8a14e2a336

View File

@@ -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()]
}
```