mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08: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'
|
|
},
|
|
});
|