前端更新插件版本

This commit is contained in:
RuoYi
2020-12-10 18:37:44 +08:00
parent 1c023fbe7c
commit a0bcaab926
7 changed files with 51 additions and 62 deletions

View File

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