Skip to content

Instantly share code, notes, and snippets.

@miaulightouch
Created August 17, 2018 15:28
Show Gist options
  • Save miaulightouch/a050a82f8d23f23520e9b40906524155 to your computer and use it in GitHub Desktop.
Save miaulightouch/a050a82f8d23f23520e9b40906524155 to your computer and use it in GitHub Desktop.
// rollup.config.js
export default {
input: 'src/index.js',
output: {
format: 'esm',
file: 'bundle.js',
dir: 'esm'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment