mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	* remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config
		
			
				
	
	
		
			13 lines
		
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  presets: [
 | 
						|
    [
 | 
						|
      '@babel/preset-env',
 | 
						|
      {
 | 
						|
        loose: true,
 | 
						|
        bugfixes: true,
 | 
						|
        modules: false
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
};
 |