mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
chore: rename variable per comments
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user