Skip to content

Commit

Permalink
Use the proper transform plugin for preset-es2016. (babel#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth authored and hzoo committed Jul 2, 2016
1 parent ff4f476 commit 52683f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-es2016/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
plugins: [
require("babel-plugin-syntax-exponentiation-operator"),
require("babel-plugin-transform-exponentiation-operator"),
]
};

0 comments on commit 52683f0

Please sign in to comment.