rollup.config.js (7 lines of code) (raw):

import pkg from './package.json' export default [ { input: 'dist/index.js', output: [{file: pkg['module'], format: 'es'}] } ]