Skip to content

Commit 2a1afb3

Browse files
committed
Add babel-plugin-transform-runtime
1 parent 0d7459d commit 2a1afb3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
},
6262
"dependencies": {
6363
"async-unist-util-visit": "^1.0.0",
64+
"babel-plugin-transform-runtime": "^6.23.0",
6465
"cheerio": "^1.0.0-rc.2",
6566
"parse-numeric-range": "^0.0.2",
6667
"request": "^2.87.0",
@@ -90,6 +91,7 @@
9091
],
9192
"plugins": [
9293
"add-module-exports",
94+
"transform-runtime",
9395
"transform-object-rest-spread"
9496
]
9597
},

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,12 @@ babel-plugin-transform-regenerator@^6.22.0:
832832
dependencies:
833833
regenerator-transform "^0.10.0"
834834

835+
babel-plugin-transform-runtime@^6.23.0:
836+
version "6.23.0"
837+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
838+
dependencies:
839+
babel-runtime "^6.22.0"
840+
835841
babel-plugin-transform-strict-mode@^6.24.1:
836842
version "6.24.1"
837843
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"

0 commit comments

Comments
 (0)