Skip to content

Commit b0ce445

Browse files
authoredMar 14, 2021
chore: remove unused babel transform strict (#11196)
1 parent 4feab3e commit b0ce445

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed
 

‎babel.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module.exports = {
3838
],
3939
plugins: [
4040
['@babel/plugin-transform-modules-commonjs', {allowTopLevelThis: true}],
41-
'@babel/plugin-transform-strict-mode',
4241
'@babel/plugin-proposal-class-properties',
4342
require.resolve('./scripts/babel-plugin-jest-require-outside-vm'),
4443
],

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"@babel/core": "^7.3.4",
77
"@babel/plugin-proposal-class-properties": "^7.3.4",
88
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
9-
"@babel/plugin-transform-strict-mode": "^7.0.0",
109
"@babel/preset-env": "^7.1.0",
1110
"@babel/preset-react": "^7.0.0",
1211
"@babel/preset-typescript": "^7.0.0",

‎yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -1488,17 +1488,6 @@ __metadata:
14881488
languageName: node
14891489
linkType: hard
14901490

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-
15021491
"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.13.0":
15031492
version: 7.13.0
15041493
resolution: "@babel/plugin-transform-template-literals@npm:7.13.0"
@@ -2538,7 +2527,6 @@ __metadata:
25382527
"@babel/core": ^7.3.4
25392528
"@babel/plugin-proposal-class-properties": ^7.3.4
25402529
"@babel/plugin-transform-modules-commonjs": ^7.1.0
2541-
"@babel/plugin-transform-strict-mode": ^7.0.0
25422530
"@babel/preset-env": ^7.1.0
25432531
"@babel/preset-react": ^7.0.0
25442532
"@babel/preset-typescript": ^7.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.