Skip to content

Commit

Permalink
feat: Babel 7 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This moves documentation.js to Babel 7. From now on,
documentation.js will only support Babel 7: please stick to older
releases if you need to support Babel 6. Additionally, this work
temporarily disables support for following dynamic imports.
  • Loading branch information
vicapow authored and tmcw committed Sep 21, 2018
1 parent fb2595e commit 49c0f72
Show file tree
Hide file tree
Showing 25 changed files with 1,439 additions and 1,092 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"node": 6
},
"include": ["transform-regenerator"]
}],
"flow"
"@babel/preset-flow"
],
"plugins": ["syntax-async-functions"],
"ignore": [
Expand Down
Loading

0 comments on commit 49c0f72

Please sign in to comment.