Skip to content

Commit 49c0f72

Browse files
vicapowtmcw
authored andcommitted
feat: Babel 7 support
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.
1 parent fb2595e commit 49c0f72

25 files changed

+1439
-1092
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"presets": [
3-
["env", {
3+
["@babel/preset-env", {
44
"targets": {
55
"node": 6
66
},
77
"include": ["transform-regenerator"]
88
}],
9-
"flow"
9+
"@babel/preset-flow"
1010
],
1111
"plugins": ["syntax-async-functions"],
1212
"ignore": [

0 commit comments

Comments
 (0)