mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
feat(config): added option for ignoredNativeDependencies
This commit is contained in:
@ -142,4 +142,9 @@ export interface NativeScriptConfig {
|
|||||||
* Default: css-tree
|
* Default: css-tree
|
||||||
*/
|
*/
|
||||||
cssParser?: 'rework' | 'nativescript' | '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