mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
@@ -1,8 +1,8 @@
|
||||
import config from './rollup.config'
|
||||
import config from './rollup.config';
|
||||
|
||||
export default config({
|
||||
output: {
|
||||
format: 'cjs',
|
||||
file: 'lib/turndown-plugin-gfm.browser.cjs.js'
|
||||
}
|
||||
})
|
||||
output: {
|
||||
format: 'cjs',
|
||||
file: 'lib/turndown-plugin-gfm.browser.cjs.js',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user