21 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | { | ||
|  | 	"presets": [ "env", "react", "stage-2" ], | ||
|  | 	"plugins": [ | ||
|  | 		"jsx-control-statements", | ||
|  | 		[ | ||
|  | 			"import-bee", | ||
|  | 			{ | ||
|  | 				"style": true | ||
|  | 			} | ||
|  | 		], | ||
|  | 		"transform-decorators-legacy", | ||
|  | 		[ | ||
|  | 			"import", | ||
|  | 			{ | ||
|  | 				"libraryName": "antd-mobile", | ||
|  | 				"style": "css" | ||
|  | 			} | ||
|  | 		] | ||
|  | 	] | ||
|  | } |