From b0ce4450bc45fd96ab5716fccb9072590baea43e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 14 Mar 2021 14:41:04 +0100 Subject: [PATCH] chore: remove unused babel transform strict (#11196) --- babel.config.js | 1 - package.json | 1 - yarn.lock | 12 ------------ 3 files changed, 14 deletions(-) diff --git a/babel.config.js b/babel.config.js index 710bcf0556a5..94386a0142b9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -38,7 +38,6 @@ module.exports = { ], plugins: [ ['@babel/plugin-transform-modules-commonjs', {allowTopLevelThis: true}], - '@babel/plugin-transform-strict-mode', '@babel/plugin-proposal-class-properties', require.resolve('./scripts/babel-plugin-jest-require-outside-vm'), ], diff --git a/package.json b/package.json index 7556d30cd505..2ce3d6be52db 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-transform-modules-commonjs": "^7.1.0", - "@babel/plugin-transform-strict-mode": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index dcdb81c36e34..83638517c367 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1488,17 +1488,6 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-strict-mode@npm:^7.0.0": - version: 7.12.13 - resolution: "@babel/plugin-transform-strict-mode@npm:7.12.13" - dependencies: - "@babel/helper-plugin-utils": ^7.12.13 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: fa40e3296d8c5777f42b0437955ff44c2de18e400a152b27b2525dc31c35686a063f54fee0ef3e85613785e6687b8d73b96a4229ed288e521c2d88d4f96d1fee - languageName: node - linkType: hard - "@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.13.0": version: 7.13.0 resolution: "@babel/plugin-transform-template-literals@npm:7.13.0" @@ -2538,7 +2527,6 @@ __metadata: "@babel/core": ^7.3.4 "@babel/plugin-proposal-class-properties": ^7.3.4 "@babel/plugin-transform-modules-commonjs": ^7.1.0 - "@babel/plugin-transform-strict-mode": ^7.0.0 "@babel/preset-env": ^7.1.0 "@babel/preset-react": ^7.0.0 "@babel/preset-typescript": ^7.0.0