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