mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
feat(config): added option for ignoredNativeDependencies
This commit is contained in:
@ -142,4 +142,9 @@ export interface NativeScriptConfig {
|
||||
* Default: css-tree
|
||||
*/
|
||||
cssParser?: 'rework' | 'nativescript' | 'css-tree';
|
||||
|
||||
/**
|
||||
* Optionally specify a list of npm package names for which you would like the NativeScript CLI to ignore when attaching native dependencies to the build
|
||||
*/
|
||||
ignoredNativeDependencies?: string[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user