mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
Update metro config
This commit is contained in:
parent
fb32327bcf
commit
5173d1afbf
@ -7,11 +7,6 @@ const { getDefaultConfig } = require('expo/metro-config');
|
||||
|
||||
const defaultConfig = getDefaultConfig(__dirname);
|
||||
|
||||
module.exports = {
|
||||
resolver: {
|
||||
assetExts: [
|
||||
...defaultConfig.resolver.assetExts,
|
||||
'staticjs'
|
||||
]
|
||||
}
|
||||
};
|
||||
defaultConfig.resolver.assetExts.push('staticjs');
|
||||
|
||||
module.exports = defaultConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user