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