Closed krystianotto closed 5 months ago
As described in #531 electron-vite does not take into account the mode entered from the configuration file. This PR fixes this issue.
Following the documentation, the mode is taken first from --mode and then from the configuration, and the default is determined by the command.
--mode
fixes #123
@krystianotto Thanks, it will be merged after testing without problems.
@alex8088 Do you have a date for the upcoming release in which this fix will be included? Thanks!
Description
As described in #531 electron-vite does not take into account the mode entered from the configuration file. This PR fixes this issue.
Additional context
Following the documentation, the mode is taken first from
--mode
and then from the configuration, and the default is determined by the command.What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).