Files
jellyfin-audio-player/metro.config.js

18 lines
335 B
JavaScript
Raw Normal View History

2020-06-16 17:51:51 +02:00
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};