Files
react-native-web/babel.config.js
Nicolas Gallagher b65743fa66 [change] Compile using Babel 7
Fix #1170
Close #1205
Close #1191
2019-01-01 13:46:18 -08:00

8 lines
112 B
JavaScript

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