-
-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
doc url: https://www.farmfe.org/zh/docs/features/env
//.env.development
FARM_TITLE=HELLO
//.env.production
FARM_TITLE='HELLO WORLD'
console.log(process.env.NODE_ENV);
//out is production
console.log(process.env.FARM_TITLE);
//out is HELLOWhen in build mode, environment variables remain in the development environment
Reproduce link
No response
What is actually happening?
build mode use .env.production file
System Info
windows
chromeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working