在IIS上部署WebPage时出现问题

时间:2017-03-24 20:16:57

标签: angular iis-7

我面临一个非常特殊的情况,与我的一个问题有关。

ES6 Compilation Issue in IE

我已经能够从本地主机上获取我的Web页面并在IE上运行。但是,现在我在IIS上部署我的网页时出现问题。我开始在System JS中获取语法错误问题。我在两个场景中使用相同的文件。

所有必需的文件都存在于链接中。

更新了tsconfig.json:

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
 "removeComments": false,
"noImplicitAny": false
  },
"exclude": [
   "node_modules",
    "typings"
]
}

0 个答案:

没有答案