This adds a new Website/Docs for Snix, using Thulite / Doks, which is mostly hugo and a bit of npm. Change-Id: Iea10d4068fa783ec0ddd6bcaba5c8d92b1a1168f
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			436 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			436 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|     presets: [
 | |
|         [
 | |
|             '@babel/preset-env',
 | |
|             {
 | |
|                 targets: {
 | |
|                     browsers: [
 | |
|                         // Best practice: https://github.com/babel/babel/issues/7789
 | |
|                         '>=1%',
 | |
|                         'not ie 11',
 | |
|                         'not op_mini all'
 | |
|                     ]
 | |
|                 }
 | |
|             }
 | |
|         ]
 | |
|     ]
 | |
| };
 |