Do not use @babel/preset-env to compile node_modules (#10289)
This commit is contained in:
		
							parent
							
								
									d5c79975ea
								
							
						
					
					
						commit
						1a0d3c9c65
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -10,9 +10,6 @@ module.exports = { | |||
|       loader: 'babel-loader', | ||||
|       options: { | ||||
|         babelrc: false, | ||||
|         presets: [ | ||||
|           ['@babel/env', { modules: false }], | ||||
|         ], | ||||
|         plugins: [ | ||||
|           'transform-react-remove-prop-types', | ||||
|         ], | ||||
|  |  | |||
		Reference in a new issue