mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-13 03:22:56 +00:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
module.exports = function(api) {
|
|
api.cache(true);
|
|
|
|
return {
|
|
presets: ['./scripts/babel/preset']
|
|
};
|
|
};
|