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