Skip to content

Commit

Permalink
chore(rollup): Update banner to output.banner (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Mar 9, 2018
1 parent e1cfc59 commit 8617c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ const config = [{
})
]
}].map(({ file, format, plugins }) => ({
banner,
input: 'src/index.js',
output: {
name: 'mediumZoom',
file,
format,
name: 'mediumZoom'
banner
},
plugins
}))
Expand Down

0 comments on commit 8617c95

Please sign in to comment.