mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import config from './rollup.config.js';
 | 
						|
 | 
						|
export default config({
 | 
						|
	output: {
 | 
						|
		format: 'iife',
 | 
						|
		file: 'dist/turndown-plugin-gfm.js',
 | 
						|
        name: 'turndownPluginGfm'
 | 
						|
	},
 | 
						|
});
 |