itsm_ysm/mobile/babel.config.js
itms-merge-dev efc3e66635 feat(itms): 모바일 앱 신규 (Expo, 12화면, OAuth password grant)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 17:10:46 +09:00

7 lines
104 B
JavaScript

module.exports = function(api) {
api.cache(true)
return {
presets: ['babel-preset-expo'],
}
}