-
-
Notifications
You must be signed in to change notification settings - Fork 635
Closed
Description
Describe the bug
We need to manipulate env vars in the config file to adjust the compilation entries points
What is the current behavior?
Cli does not recognize --env.MYVAR parameter
Config returning this kind of result is not considered by CLI without any error message :
module.exports = (env) => { return { // my conf }
To Reproduce
encapsulate your config object in a function and try to compile it.
Expected behavior
CLI should receive config functions and --env parameters
Screenshots
Compilation results without function
Metadata
Metadata
Assignees
Labels
No labels