mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			150 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			150 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import config from './rollup.config.js';
 | |
| 
 | |
| export default config({
 | |
| 	output: {
 | |
| 		format: 'es',
 | |
| 		file: 'lib/turndown-plugin-gfm.browser.es.js',
 | |
| 	},
 | |
| });
 | 
