[ci] format
This commit is contained in:
parent
40251118f8
commit
c57242d534
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function getViteConfiguration({
|
|||
};
|
||||
|
||||
// Disable hot mode during the build
|
||||
if(!isDev) {
|
||||
if (!isDev) {
|
||||
defaultOptions.hot = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue