mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			142 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			142 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import config from './rollup.config.js';
 | 
						|
 | 
						|
export default config({
 | 
						|
	output: {
 | 
						|
		format: 'es',
 | 
						|
		file: 'lib/turndown-plugin-gfm.es.js',
 | 
						|
	},
 | 
						|
});
 |