-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello, I'm running Electron with WebPack, and they are using DRIP. The problem that I'm having is this one...
With web pack I could define this process.env.DRIP_COV to false, and that works for electron process.env.ELECTRON_COV and process.env.concat_COV but didnt work for DRIP. and I just found the only different is this one
drip
module.exports = (process && process.env && process.env.DRIP_COV)electron
module.exports = process.env.ELECTRON_COVWhen i remove "process && process.env &&" everything works perfect.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels