Luncher/client/babel.config.js

5 lines
83 B
JavaScript

module.exports = function (api) {
return {
plugins: ['macros'],
}
}