Skip to content

Commit 12e9189

Browse files
committed
refactor(native-plugin): rename nativeReporterPlugin
1 parent d9c01ec commit 12e9189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ export async function resolveBuildPlugins(config: ResolvedConfig): Promise<{
524524
: manifestPlugin(),
525525
ssrManifestPlugin(),
526526
enableNativePlugin === true
527-
? perEnvironmentPlugin('vite:modules-reporter', (env) => {
527+
? perEnvironmentPlugin('native:reporter', (env) => {
528528
const tty = process.stdout.isTTY && !process.env.CI
529529
const shouldLogInfo =
530530
LogLevels[config.logLevel || 'info'] >= LogLevels.info

0 commit comments

Comments
 (0)