Skip to content

Commit

Permalink
fix: Use external-helpers in UMD builds (#129)
Browse files Browse the repository at this point in the history
This had been accidentally commented out.
  • Loading branch information
brandonocasey authored and misteroneill committed Aug 3, 2017
1 parent 7d6c36c commit 4912227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/scripts/_umd.rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
}]
],
plugins: [
// 'external-helpers',
'external-helpers',
'transform-object-assign'
]
})
Expand Down

0 comments on commit 4912227

Please sign in to comment.