From 24b4b16c5857b114afe763c93aad5610c531a733 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 4 Oct 2020 23:44:19 +0200 Subject: [PATCH] remove babel-plugin-transform-dev-warning See https://github.com/mui-org/material-ui/pull/22802 --- docs/babel.config.js | 1 - docs/package.json | 1 - yarn.lock | 5 ----- 3 files changed, 7 deletions(-) diff --git a/docs/babel.config.js b/docs/babel.config.js index 9edf7b1d1932a..f715a785cc406 100644 --- a/docs/babel.config.js +++ b/docs/babel.config.js @@ -61,7 +61,6 @@ module.exports = { production: { plugins: [ '@babel/plugin-transform-react-constant-elements', - 'babel-plugin-transform-dev-warning', ['babel-plugin-react-remove-properties', { properties: ['data-mui-test'] }], ['babel-plugin-transform-react-remove-prop-types', { mode: 'remove' }], ], diff --git a/docs/package.json b/docs/package.json index 636f77924193f..e6169eff3777a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -50,7 +50,6 @@ "babel-plugin-optimize-clsx": "^2.4.1", "babel-plugin-preval": "^2.0.0", "babel-plugin-react-remove-properties": "^0.3.0", - "babel-plugin-transform-dev-warning": "^0.1.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "clean-css": "^4.1.11", "clipboard-copy": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 22687e14b0cd2..7b805302a946d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6527,11 +6527,6 @@ babel-plugin-transform-define@2.0.0: lodash "^4.17.11" traverse "0.6.6" -babel-plugin-transform-dev-warning@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-dev-warning/-/babel-plugin-transform-dev-warning-0.1.1.tgz#9e3cca7c22b27a667486fda11bbce29c0c59e76e" - integrity sha512-3n6ptKAU1KqhfzmrQuI4Blyvt0T6vHCeaOpULKjAbU+5+JSePSeVorB+24SHe58/zxXsP4sm1q3crsDFD+UHYQ== - babel-plugin-transform-inline-consecutive-adds@^0.4.3: version "0.4.3" resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz#323d47a3ea63a83a7ac3c811ae8e6941faf2b0d1"