mirror of
https://github.com/status-im/react-native.git
synced 2025-02-26 08:05:34 +00:00
Spaces before and after if conditions
This commit is contained in:
parent
169af1fb58
commit
34546e3bc8
@ -12,12 +12,12 @@ function getBundle(flags) {
|
||||
var outPath = flags.out ? flags.out : OUT_PATH;
|
||||
|
||||
var projectRoots = [path.resolve(__dirname, '../../..')];
|
||||
if(flags.root){
|
||||
if (flags.root) {
|
||||
projectRoots.push(path.resolve(flags.root));
|
||||
}
|
||||
|
||||
var assetRoots = [path.resolve(__dirname, '../../..')];
|
||||
if(flags.assetRoot){
|
||||
if (flags.assetRoot) {
|
||||
assetRoots.push(path.resolve(flags.assetRoot));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user