mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(migrate): apps/* to webpack5 (#9606)
This commit is contained in:
@@ -2,10 +2,9 @@ import { NativeScriptConfig } from '@nativescript/core';
|
||||
|
||||
export default {
|
||||
id: 'org.nativescript.uitestsapp',
|
||||
appPath: 'src',
|
||||
appResourcesPath: '../../tools/assets/App_Resources',
|
||||
webpackConfigPath: 'webpack.custom.config.js',
|
||||
android: {
|
||||
v8Flags: '--expose_gc',
|
||||
markingMode: 'none',
|
||||
},
|
||||
} as NativeScriptConfig;
|
||||
|
||||
Reference in New Issue
Block a user