Remove prop-types

This commit is contained in:
Alex Gleason
2023-01-10 15:06:26 -06:00
parent ead55d5c30
commit 5de9afd18b
5 changed files with 1 additions and 32 deletions

View File

@ -17,9 +17,6 @@ const rule: RuleSetRule = {
loader: 'babel-loader',
options: {
babelrc: false,
plugins: [
'transform-react-remove-prop-types',
],
cacheDirectory: join(settings.cache_path, 'babel-loader-node-modules'),
cacheCompression: env.NODE_ENV === 'production',
compact: false,