This commit is contained in:
Simon Knott 2024-07-18 12:53:55 +02:00
parent fbcfdb5df2
commit 397b66d22a
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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, {