6 lines
102 B
JavaScript

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