mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-25 13:45:54 +08:00
docz-plugin-babel6
By default and some performance issues, Docz use Babel@7. If you want to use older versions of babel import this plugin and use on your doczrc.js:
import { babel } from 'docz-plugin-babel6'
export default {
plugins: [babel()]
}