mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
|
import config from './rollup.config';
|
||
|
|
||
|
export default config({
|
||
|
output: {
|
||
|
format: 'cjs',
|
||
|
file: 'lib/turndown-plugin-gfm.browser.cjs.js',
|
||
|
},
|
||
|
});
|