!822 删除未生效代码

Merge pull request !822 from mrzxc/fixbug/unuseCodeDelete
This commit is contained in:
若依 2024-01-02 02:20:43 +00:00 committed by Gitee
commit a7bfd3b2d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 6 deletions

View File

@ -123,12 +123,7 @@ module.exports = {
}
}
})
config.optimization.runtimeChunk('single'),
{
from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
to: './' //到根目录下
}
config.optimization.runtimeChunk('single')
})
}
}