Skip to content

Commit

Permalink
include preset-env in babel's config, fixes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
psalaets committed Feb 12, 2019
1 parent 88ed63e commit 4df02e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/lib.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
loader: 'babel-loader',
options: {
plugins: ['@babel/plugin-proposal-object-rest-spread'],
presets: ['@babel/preset-env']
},
},
},
Expand Down

0 comments on commit 4df02e4

Please sign in to comment.