import config from './rollup.config.js'; export default config({ output: { format: 'es', file: 'lib/turndown-plugin-gfm.es.js', }, });