侯坤林

Results 8 comments of 侯坤林

顶上去,同求,目前看到已导出的一部分还经过重命名的,与原有的命名不一致

相同问题。 在 `config/routes.ts` 配置文件中使用 `routes` 来配置路由是正常可以编译运行的,但是浏览器访问的时候控制台提示警告信息,如果改为 `children` 则无法编译通过。 https://github.com/ant-design/ant-design-pro/issues/10258 `@umijs/max` 已安装版本: 4.0.21 `@ant-design/pro-components` 已安装版本: 2.3.10

我的引入方式 `import * as artTemplate from "art-template"`

我用 TypeScript 是 `import * as artTemplate from "art-template"` 这样引入的

我最近尝试用 `nestJs` 来写一个小服务(群晖NAS短信通知、WebHooks中转服务),主要就是用来简单的解析一些模板内容,因此引入了 `art-template` ,但是并没有使用 `art-template` 来渲染HTML页面内容。 在我打包的计划发布到生产环境的时候,先是解决了 `nestJs` 包含依赖的打包问题后,运行的时候遇到了 `art-template` 的引入问题,以下是我的记录内容: ```bash npm run build ``` 打包成功后会生成一个 `./dist/main.js` 文件,此时可使用命令 `node ./dist/main.js` 运行服务,不出意外的话会出现一个异常信息 ``` /home/user/http-server-node/dist/main.js:229652 (void 0)[template.defaults.extname] = extension; ^...

我的引入方式 `import * as artTemplate from "art-template"`

Header information of cross-domain scenarios is processed at the gateway, and cross-domain headers are deduplicated. If they are not placed in the default filter, each of them needs to be...