Skip to content

Commit 2e40ff0

Browse files
committed
Add @babel/register
Used to setup transpiler before running mocha scripts
1 parent 012246d commit 2e40ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"types": "./lib/react-app.d.ts",
3232
"dependencies": {
3333
"@babel/core": "7.1.0",
34+
"@babel/register": "^7.0.0",
3435
"@svgr/webpack": "2.4.1",
3536
"babel-core": "7.0.0-bridge.0",
3637
"babel-eslint": "9.0.0",

0 commit comments

Comments
 (0)