mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 04:42:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			227 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			227 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = function () {
 | 
						|
  if (process.env.BUILD_TARGET === 'package') {
 | 
						|
    return {};
 | 
						|
  }
 | 
						|
 | 
						|
  return {
 | 
						|
    entry: {
 | 
						|
      'site-mobile': ['./docs/site/entry'],
 | 
						|
      'site-desktop': ['./docs/site/entry'],
 | 
						|
    },
 | 
						|
  };
 | 
						|
};
 |