-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
there're two env files.
.env
AAA=aaa
BBB=bbb
.env.prod
AAA=prod
and I want get
AAA=prod
BBB=bbb
I tried to config in babe.config.js, but no luck
const plugins = [
[
'inline-dotenv',
{
path: './env/.env.prod',
},
''
],
[
'inline-dotenv',
{
path: './env/.env',
},
'inline-dotenv-base'
],
seems that inline-dotenv plugin runs only ONCE
did I miss something else? thanks
AdriSolid, martinfrouin, msalade, benwigley, PatrickVuscan and 5 more
Metadata
Metadata
Assignees
Labels
No labels