npm.io
0.55.8 • Published 2 years ago

@startupjs/babel-plugin-dotenv

Licence
MIT
Version
0.55.8
Deps
2
Size
4 kB
Vulns
0
Weekly
0
Stars
109

@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'

License

MIT

Keywords