条件が逆
This commit is contained in:
parent
3fb645025b
commit
98b25dc2bd
|
@ -220,7 +220,7 @@ export default function pluginCreateSearchIndex(options: {
|
||||||
enforce: 'pre',
|
enforce: 'pre',
|
||||||
|
|
||||||
async buildStart() {
|
async buildStart() {
|
||||||
if (isDevServer) {
|
if (!isDevServer) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue