Skip to content

Commit

Permalink
fix(build): remove babel plugin for external helpers (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreamer898 authored and jonathancreamer-eb committed Jul 10, 2018
1 parent 68a794b commit fe3cc95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const _getBabelConfig = (format) => ({
plugins: [
'@babel/proposal-class-properties',
'@babel/proposal-object-rest-spread',
'@babel/plugin-external-helpers',
...(format === FORMAT_UMD ? [UMD_TRANSFORM_PLUGIN] : []),
],
});
Expand Down

0 comments on commit fe3cc95

Please sign in to comment.