2016-06-22 12:16:49 -04:00

6 lines
99 B
JavaScript

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