babel-plugin-transform-inline-environment-variables - Blacklist/whitelist?
See original GitHub issueIāve been using babel-plugin-node-env-inline
for a while when compiling code that is to be used in Node. Iām getting to the point where I would like to inline other environment variables for dead code elimination while not inlining others for use with dotenv
. Would it make sense to have an optional blacklist/whitelist to specify which environment variables should be inlined or not?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
babel-plugin-transform-inline-environment-variables-whitelist - npm ...
babel -plugin-transform-inline-environment-variables-whitelist ... blacklist - Array indicating which inline environment variables you want to excludeĀ ...
Read more >babel-plugin-transform-inline-environment-variables - npm
Start using babel-plugin-transform-inline-environment-variables in your project by running `npm iĀ ...
Read more >babel-plugin-transform-inline-environment-variables
With a configuration file (Recommended) Ā· Via CLI Ā· Via Node API.
Read more >React Native: process.env has only NODE_ENV
Question: React Native: Process.env Has Only NODE_ENV. npm Install Babel-plugin-transform-inline-environment-variables --save-dev
Read more >Babel v6 Changelog - Fossies
babel-generator , babel-plugin-transform-es2015-arrow-functions ... babel-plugin-transform-inline-environment-variables ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Iāve had a PR open for this for almost two months now. Iām waiting for reviewer feedback that hasnāt been coming. Iād really like to get this merged. Is there anything I can do to help speed up the process?
sure š