File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
import * as wxtPlugins from './plugins' ;
13
13
import { getEntrypointBundlePath } from '~/core/utils/entrypoints' ;
14
14
15
- export async function craeteViteBuilder (
15
+ export async function createViteBuilder (
16
16
inlineConfig : InlineConfig ,
17
17
userConfig : UserConfig ,
18
18
wxtConfig : Omit < InternalConfig , 'builder' > ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
import path from 'node:path' ;
13
13
import { createFsCache } from '~/core/utils/cache' ;
14
14
import consola , { LogLevels } from 'consola' ;
15
- import { craeteViteBuilder } from '~/core/builders/vite' ;
15
+ import { createViteBuilder } from '~/core/builders/vite' ;
16
16
import defu from 'defu' ;
17
17
import { NullablyRequired } from '../types' ;
18
18
@@ -134,7 +134,7 @@ export async function getInternalConfig(
134
134
server,
135
135
} ;
136
136
137
- const builder = await craeteViteBuilder (
137
+ const builder = await createViteBuilder (
138
138
inlineConfig ,
139
139
userConfig ,
140
140
finalConfig ,
You can’t perform that action at this time.
0 commit comments