@startupjs/babel-plugin-dotenv

Import .env files

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@startupjs/babel-plugin-dotenv
88520.50.13a month ago3 years agoMinified + gzip package size for @startupjs/babel-plugin-dotenv in KB

Readme

@startupjs/babel-plugin-dotenv
Import .env files

Example

import { BASE_URL, STRIPE_PUBLIC_KEY } from '@env'

↓ ↓ ↓ ↓ ↓ ↓
const BASE_URL = 'http://example.com'
const STRIPE_PUBLIC_KEY = '000-000000-00'

Licence

MIT