Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #229 from DenisCarriere/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lukastaegert committed Oct 7, 2017
2 parents 83315ad + a453bb4 commit 6a3046e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -23,9 +23,11 @@ import commonjs from 'rollup-plugin-commonjs';
import nodeResolve from 'rollup-plugin-node-resolve';

export default {
entry: 'main.js',
dest: 'bundle.js',
format: 'iife',
input: 'main.js',
output: {
file: 'bundle.js',
format: 'iife'
},
plugins: [
nodeResolve({
jsnext: true,
Expand Down

0 comments on commit 6a3046e

Please sign in to comment.