forked from cybrespace/mastodon
		
	Enable useBuiltIns option of transform-object-rest-spread (#3737)
This commit is contained in:
		
							parent
							
								
									dc8a6244fc
								
							
						
					
					
						commit
						c1b9ae7fc2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.babelrc
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								.babelrc
									
										
									
									
									
								
							| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "plugins": [
 | 
					  "plugins": [
 | 
				
			||||||
    "syntax-dynamic-import",
 | 
					    "syntax-dynamic-import",
 | 
				
			||||||
    "transform-object-rest-spread",
 | 
					    ["transform-object-rest-spread", { "useBuiltIns": true }],
 | 
				
			||||||
    "transform-class-properties",
 | 
					    "transform-class-properties",
 | 
				
			||||||
    [
 | 
					    [
 | 
				
			||||||
      "react-intl",
 | 
					      "react-intl",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue