fix: update babel config

This commit is contained in:
qingwei.li 2017-05-30 13:38:20 +08:00
commit 80dba191d3
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ rollup
entry: 'packages/docsify-server-renderer/index.js',
plugins: [
babel({
plugins: ['transform-async-to-generator'],
presets: [
[
'es2015',