mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-02 19:36:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import config from './rollup.config'
 | 
						|
 | 
						|
export default config({
 | 
						|
  output: {
 | 
						|
    format: 'cjs',
 | 
						|
    file: 'lib/turndown-plugin-gfm.browser.cjs.js'
 | 
						|
  }
 | 
						|
})
 |