fix: delete unuse code

This commit is contained in:
zhaoxc5 2023-12-25 10:22:05 +08:00
parent 3f4ac65a31
commit 08d0326718
1 changed files with 1 additions and 6 deletions

View File

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