mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 05:36:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			210 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			210 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
const config = {};
 | 
						|
 | 
						|
if (process.env.TEST_FRONTEND) {
 | 
						|
    config.presets = [ "@babel/preset-env" ];
 | 
						|
}
 | 
						|
 | 
						|
if (process.env.TEST_BACKEND) {
 | 
						|
    config.plugins = [ "babel-plugin-rewire" ];
 | 
						|
}
 | 
						|
 | 
						|
module.exports = config;
 |