Skip to content

Commit

Permalink
chore(webpack): Upgrade to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Oct 29, 2019
1 parent 5fe6beb commit 2028837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
test: APP,
exclude: /node_modules/,
query: {
presets: ['es2015']
presets: ['@babel/preset-env']
}
}
],
Expand Down

0 comments on commit 2028837

Please sign in to comment.