Update babel monorepo to v7.22.5 (#25405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
		
							parent
							
								
									8fd0c8ba3b
								
							
						
					
					
						commit
						d8ef35d088
					
				
					 2 changed files with 780 additions and 718 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,9 @@ module.exports = (api) => {
 | 
			
		|||
    debug: false,
 | 
			
		||||
    include: [
 | 
			
		||||
      'transform-numeric-separator',
 | 
			
		||||
      'transform-optional-chaining',
 | 
			
		||||
      'transform-nullish-coalescing-operator',
 | 
			
		||||
      'transform-class-properties',
 | 
			
		||||
    ],
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -24,8 +27,6 @@ module.exports = (api) => {
 | 
			
		|||
    plugins: [
 | 
			
		||||
      ['formatjs'],
 | 
			
		||||
      'preval',
 | 
			
		||||
      '@babel/plugin-transform-optional-chaining',
 | 
			
		||||
      '@babel/plugin-transform-nullish-coalescing-operator',
 | 
			
		||||
    ],
 | 
			
		||||
    overrides: [
 | 
			
		||||
      {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue