chore: rename variable per comments

This commit is contained in:
Martin Guillon
2021-01-05 16:11:04 +01:00
parent 7f31cb3d95
commit 0ef4a37c3b
5 changed files with 8 additions and 8 deletions

View File

@ -243,7 +243,7 @@ export default function (config: Config, env: IWebpackEnv): Config {
__DEV__: mode === 'development',
__NS_WEBPACK__: true,
__UI_USE_XML_PARSER__: true,
__UI_CUSTOM_FLAVOR__: projectUsesCustomFlavor(),
__UI_USE_EXTERNAL_RENDERER__: projectUsesCustomFlavor(),
__CSS_PARSER__: JSON.stringify(getValue('cssParser')), // todo: replace from config value
__ANDROID__: platform === 'android',
__IOS__: platform === 'ios',