mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
export default function(config) {
|
|
return {
|
|
input: 'src/gfm.js',
|
|
output: config.output,
|
|
};
|
|
}
|