File tree 3 files changed +0
-14
lines changed
3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ module.exports = {
38
38
] ,
39
39
plugins : [
40
40
[ '@babel/plugin-transform-modules-commonjs' , { allowTopLevelThis : true } ] ,
41
- '@babel/plugin-transform-strict-mode' ,
42
41
'@babel/plugin-proposal-class-properties' ,
43
42
require . resolve ( './scripts/babel-plugin-jest-require-outside-vm' ) ,
44
43
] ,
Original file line number Diff line number Diff line change 6
6
"@babel/core" : " ^7.3.4" ,
7
7
"@babel/plugin-proposal-class-properties" : " ^7.3.4" ,
8
8
"@babel/plugin-transform-modules-commonjs" : " ^7.1.0" ,
9
- "@babel/plugin-transform-strict-mode" : " ^7.0.0" ,
10
9
"@babel/preset-env" : " ^7.1.0" ,
11
10
"@babel/preset-react" : " ^7.0.0" ,
12
11
"@babel/preset-typescript" : " ^7.0.0" ,
Original file line number Diff line number Diff line change @@ -1488,17 +1488,6 @@ __metadata:
1488
1488
languageName: node
1489
1489
linkType: hard
1490
1490
1491
- "@babel/plugin-transform-strict-mode@npm:^7.0.0":
1492
- version: 7.12.13
1493
- resolution: "@babel/plugin-transform-strict-mode@npm:7.12.13"
1494
- dependencies:
1495
- "@babel/helper-plugin-utils": ^7.12.13
1496
- peerDependencies:
1497
- "@babel/core": ^7.0.0-0
1498
- checksum: fa40e3296d8c5777f42b0437955ff44c2de18e400a152b27b2525dc31c35686a063f54fee0ef3e85613785e6687b8d73b96a4229ed288e521c2d88d4f96d1fee
1499
- languageName: node
1500
- linkType: hard
1501
-
1502
1491
"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.13.0":
1503
1492
version: 7.13.0
1504
1493
resolution: "@babel/plugin-transform-template-literals@npm:7.13.0"
@@ -2538,7 +2527,6 @@ __metadata:
2538
2527
"@babel/core": ^7.3.4
2539
2528
"@babel/plugin-proposal-class-properties": ^7.3.4
2540
2529
"@babel/plugin-transform-modules-commonjs": ^7.1.0
2541
- "@babel/plugin-transform-strict-mode": ^7.0.0
2542
2530
"@babel/preset-env": ^7.1.0
2543
2531
"@babel/preset-react": ^7.0.0
2544
2532
"@babel/preset-typescript": ^7.0.0
You can’t perform that action at this time.
0 commit comments