File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.0.2] ( https://github.com/NativeScript/nx/compare/4.0.1...4.0.2 ) (2022-08-24)
2+
3+
4+ ### Bug Fixes
5+
6+ * executor with target configurations ([ 1b6c0cd] ( https://github.com/NativeScript/nx/commit/1b6c0cde65806034a723bcbd39da0a129e988e1e ) )
7+
8+
9+
110## [ 4.0.1] ( https://github.com/NativeScript/nx/compare/4.0.0...4.0.1 ) (2022-06-22)
211
312
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-nx-plugins" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "nx" : " nx" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/nx" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
44 "description" : " NativeScript Plugin for Nx" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export function commonExecutor(options: BuildExecutorSchema | TestExecutorSchema
8181
8282
8383 let configOptions ;
84- if ( activeTarget . configurations ) {
84+ if ( activeTarget && activeTarget . configurations ) {
8585 configOptions = activeTarget . configurations [ targetConfigName ] ;
8686 // console.log('configOptions:', configOptions)
8787
You can’t perform that action at this time.
0 commit comments