Skip to content

Commit

Permalink
✨ Set babelHelpers option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Lebeau authored and Randy Lebeau committed Oct 30, 2020
1 parent 2ec631b commit 7ff40e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
],
plugins: [
resolve(),
babel(),
babel({ babelHelpers: 'bundled' }),
terser()
]
}

0 comments on commit 7ff40e6

Please sign in to comment.