/** @type {import('rollup').RollupOptions} */ // ---cut--- export default { input: 'dist/main.js', output: { file: 'bundle.js', format: 'es' } };