Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process.env.DRIP_COV #3

Open
santomegonzalo opened this issue Jan 12, 2016 · 1 comment
Open

process.env.DRIP_COV #3

santomegonzalo opened this issue Jan 12, 2016 · 1 comment

Comments

@santomegonzalo
Copy link

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_COV

When i remove "process && process.env &&" everything works perfect.

Thanks

@amuzalevskiy
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants