mirror of
				https://github.com/veops/cmdb.git
				synced 2025-10-31 19:39:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			548 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			548 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| module.exports = {
 | |
|   presets: [
 | |
|     '@vue/app',
 | |
|     [
 | |
|       '@babel/preset-env',
 | |
|       {
 | |
|         'useBuiltIns': 'usage', // "usage" | "entry" | false, defaults to false.
 | |
|         'corejs': '3.1.2',
 | |
|         'targets': {
 | |
|           'esmodules': true,
 | |
|           'ie': '11'
 | |
|         }
 | |
|       }
 | |
|     ]
 | |
|   ]
 | |
|   // if your use import on Demand, Use this code
 | |
|   // ,
 | |
|   // plugins: [
 | |
|   //   [ 'import', {
 | |
|   //     'libraryName': 'ant-design-vue',
 | |
|   //     'libraryDirectory': 'es',
 | |
|   //     'style': true // `style: true` 会加载 less 文件
 | |
|   //   } ]
 | |
|   // ]
 | |
| }
 |