github doczjs/docz v0.2.6

latest releases: v2.4.0, v2.3.3-alpha.0, v2.3.2-alpha.0...
5 years ago

Changelog

Babel 6 support

By default and some performance issues, Docz uses Babel@7. If you want to use older versions of babel import this plugin and use on your doczrc.js:

// doczrc.js
import { babel } from 'docz-plugin-babel6'

export default {
  plugins: [babel()]
}

Don't miss a new docz release

NewReleases is sending notifications on new releases.