Home
last modified time | relevance | path

Searched defs:modRawConfig (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts64 readonly modRawConfig: ExpoConfig; property
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts78 readonly modRawConfig: ExpoConfig; property
/expo/packages/@expo/config-plugins/src/plugins/
H A Dmod-compiler.ts140 const modRawConfig = getRawClone(config); constant