Use the proper transform plugin for preset-es2016. (#3563)

This commit is contained in:
Logan Smyth 2016-07-02 11:46:38 -07:00 committed by Henry Zhu
parent ff4f476abe
commit 52683f0018

View File

@ -1,5 +1,5 @@
module.exports = {
plugins: [
require("babel-plugin-syntax-exponentiation-operator"),
require("babel-plugin-transform-exponentiation-operator"),
]
};