mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
chore: cleanup
This commit is contained in:
@ -12,7 +12,10 @@ module.exports = (env) => {
|
||||
]))
|
||||
|
||||
baseConfig.plugins.push(new webpack.DefinePlugin({
|
||||
__CI__: !!process.env.CI
|
||||
__CI__: !!process.env.CI,
|
||||
__UI_USE_XML_PARSER__: true,
|
||||
__UI_USE_EXTERNAL_RENDERER__: false,
|
||||
__CSS_PARSER__: JSON.stringify('css-tree')
|
||||
}))
|
||||
|
||||
return baseConfig;
|
||||
|
Reference in New Issue
Block a user