gbclient/babel.config.js
2025-03-30 17:32:22 -03:00

7 lines
No EOL
110 B
JavaScript

module.exports = function (api) {
api.cache(true);
return {
plugins: ['nativewind/babel']
};
};