Watch lbry-redux for changes #1822

Merged
skhameneh merged 2 commits from watch-lbry-redux into master 2018-07-26 18:02:27 +02:00
skhameneh commented 2018-07-26 01:41:08 +02:00 (Migrated from github.com)
See https://github.com/lbryio/lbry-desktop/issues/1485 and https://github.com/lbryio/lbry-redux/pull/62 also https://github.com/electron-userland/electron-webpack/issues/178 and https://github.com/electron-userland/electron-webpack/issues/183 Whole lotta things to work around!
neb-b (Migrated from github.com) reviewed 2018-07-26 07:32:03 +02:00
@ -5,0 +8,4 @@
PROCESS_ARGV = JSON.parse(PROCESS_ARGV);
}
const isDev = PROCESS_ARGV && PROCESS_ARGV.original &&
neb-b (Migrated from github.com) commented 2018-07-26 07:32:03 +02:00

Could electron-is-dev be used here?

Could `electron-is-dev` be used here?
neb-b (Migrated from github.com) approved these changes 2018-07-26 07:32:26 +02:00
skhameneh (Migrated from github.com) reviewed 2018-07-26 07:48:31 +02:00
@ -5,0 +8,4 @@
PROCESS_ARGV = JSON.parse(PROCESS_ARGV);
}
const isDev = PROCESS_ARGV && PROCESS_ARGV.original &&
skhameneh (Migrated from github.com) commented 2018-07-26 07:48:31 +02:00

Nope because this isn't inside the Electron runtime, this is for Webpack at build time.

Nope because this isn't inside the Electron runtime, this is for Webpack at build time.
neb-b (Migrated from github.com) reviewed 2018-07-26 07:59:09 +02:00
@ -5,0 +8,4 @@
PROCESS_ARGV = JSON.parse(PROCESS_ARGV);
}
const isDev = PROCESS_ARGV && PROCESS_ARGV.original &&
neb-b (Migrated from github.com) commented 2018-07-26 07:59:09 +02:00

Ah duh.

Ah duh.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1822
No description provided.