Skip to content

Instantly share code, notes, and snippets.

@vdegenne
Created September 28, 2019 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdegenne/4b59b4d7d0c83cc345a44526664f457f to your computer and use it in GitHub Desktop.
Save vdegenne/4b59b4d7d0c83cc345a44526664f457f to your computer and use it in GitHub Desktop.
import resolve from 'rollup-plugin-node-resolve'
export default {
input: './our-app.js',
output: { file: './bundle.js', format: 'iife' },
plugins: [resolve()]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment