Closed thinkloop closed 7 years ago
Hello,
Thanks for a great lib. Any idea how to pass the "purge" option to envify in package.json config? For example, I thought this would work:
"browserify": { "transform": [["envify", "purge"]] }
Or this:
"browserify": { "transform": [["envify", { "purge": true }]] }
But neither seem to work. Any suggestions?
Thanks!
Answered here: https://github.com/hughsk/envify/issues/26#issue-69798439
"browserify": { "transform": [ ["envify", {"_": "purge"}] ] }
Hello,
Thanks for a great lib. Any idea how to pass the "purge" option to envify in package.json config? For example, I thought this would work:
Or this:
But neither seem to work. Any suggestions?
Thanks!