gpt4 book ai didi

azure - 内部版本 : Cannot use JSX unless the '--jsx' flag is provided

转载 作者:搜寻专家 更新时间:2023-10-30 20:33:25 28 4
gpt4 key购买 nike

我正在使用 VS 2013 和 tsx 文件进行 react 。我可以手动构建我的项目。 (右键单击并构建解决方案)

但是当我尝试在 Azure 上发布时,VS 尝试再次构建,但当时我收到了一堆错误,如下所示:

Error   2   Build: Cannot use JSX unless the '--jsx' flag is provided. 

并指向我的 tsx 文件。

看起来 Azure Publish 使用的构建步骤与 VS 2013 不同。

如何解决这个问题?

Azure publish error

VS 2013 errors

最佳答案

我将 "jsx": "react" 添加到我的 tsconfig.json 中以解决此错误:

{
"compileOnSave": true,
"compilerOptions": {
"target": "es6",
"outFile": "Content/app.js",
"sourceMap": true,
"jsx": "react"
}
}

关于azure - 内部版本 : Cannot use JSX unless the '--jsx' flag is provided,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35169911/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com