Update metro config

This commit is contained in:
Bill Thornton 2021-11-04 12:46:09 -04:00
parent fb32327bcf
commit 5173d1afbf

View File

@ -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;