Angular 10中的robots.txt

问题描述

从Angular 7迁移到Angular 10后,我注意到angular.json文件中的以下脚本不再起作用。

TypeError: ufunc 'true_divide' not supported for the input types,and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

我们应该怎么做才能在不同的环境中使用不同的robots.txt设置?

documentation尚未更新。

解决方法

使用npm脚本:

"replaceFiles": "cp src/robots.txt dist/robots.txt","replaceFiles:prod": "cp src/robots.prod.txt dist/robots.txt",

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...