We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent d9fe48c commit 03652dcCopy full SHA for 03652dc
.babelrc
@@ -3,5 +3,6 @@
3
["@babel/preset-env", {
4
"modules": "commonjs"
5
}]
6
- ]
+ ],
7
+ "plugins": ["@babel/plugin-transform-runtime"]
8
}
package.json
@@ -63,6 +63,7 @@
63
"devDependencies": {
64
"@babel/cli": "^7.4.4",
65
"@babel/core": "^7.4.5",
66
+ "@babel/plugin-transform-runtime": "^7.4.5",
67
"@babel/preset-env": "^7.4.5",
68
"babel-eslint": "^10.0.1",
69
"eslint": "^7.2.0",
0 commit comments