babel-plugin-inline-dotenv
babel-plugin-inline-dotenv copied to clipboard
Doesn't support destructure assignment
The plugin doesn't recognize code like below ...
const {PORT, NODE_ENV} = process.env;
PRs welcome!!