@@ -45,7 +45,7 @@ In this case nexe won't bundle the file
if(someCheck){
x=require("./ver1.js");
}else{
x=require("./var2.js");
x=require("./ver2.js");
}
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.