Skip to content

Commit

Permalink
Update to Rollup v1 API
Browse files Browse the repository at this point in the history
Closes shrynx#4
  • Loading branch information
bennypowers authored Feb 5, 2019
1 parent 35ee7dd commit 9c36a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const copyFiles = params => {
export default function(options) {
return {
name,
onwrite: () => {
generateBundle() {
if (Array.isArray(options)) {
options.forEach(option => {
copyFiles(option)
Expand Down

0 comments on commit 9c36a2b

Please sign in to comment.