nativescript-hook-debug-production
Version:
Hook for selecting files based on debug or production build for NativeScript Apps
18 lines (11 loc) • 487 B
Markdown
Hook for selecting files based on debug or production build for NativeScript Apps
This plugin is licensed under the MIT license by Marek Maszay
```
tns plugin add nativescript-hook-debug-production
```
Set name file based on if you want to have file in debug as `filename.debug.extension` or release version as `filename.production.extension`
Inside code include it as `filename.extension`