条件が逆

This commit is contained in:
tai-cha
2025-02-17 18:51:28 +09:00
parent 3fb645025b
commit 98b25dc2bd

View File

@@ -220,7 +220,7 @@ export default function pluginCreateSearchIndex(options: {
enforce: 'pre',
async buildStart() {
if (isDevServer) {
if (!isDevServer) {
return;
}