Skip to content

Commit e29ca33

Browse files
committed
Add missing cleanup from PR
1 parent ca5a52c commit e29ca33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/core/builders/vite/index.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export async function createViteBuilder(
3131
* Returns the base vite config shared by all builds based on the inline and user config.
3232
*/
3333
const getBaseConfig = async () => {
34-
const config: vite.InlineConfig = await wxtConfig.vite({
35-
...wxtConfig.env,
36-
});
34+
const config: vite.InlineConfig = await wxtConfig.vite(wxtConfig.env);
3735

3836
config.root = wxtConfig.root;
3937
config.configFile = false;

0 commit comments

Comments
 (0)