fix typo
This commit is contained in:
parent
fbcfdb5df2
commit
397b66d22a
|
|
@ -157,7 +157,7 @@ export async function buildBundle(config: FullConfig, configDir: string): Promis
|
|||
const viteConfig = await createConfig(dirs, config, frameworkPluginFactory, jsxInJS);
|
||||
|
||||
if (sourcesDirty) {
|
||||
// Only add out own plugin when we actually build / transform.
|
||||
// Only add our own plugin when we actually build / transform.
|
||||
log('build');
|
||||
const depsCollector = new Map<string, string[]>();
|
||||
const buildConfig = mergeConfig(viteConfig, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue