Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Build Ng体型vs吞咽体型角度7_Build_Gulp_Angular7 - Fatal编程技术网

Build Ng体型vs吞咽体型角度7

Build Ng体型vs吞咽体型角度7,build,gulp,angular7,Build,Gulp,Angular7,在我的角度项目中,我整合了吞咽。 我想得到与吞咽ng build相同的结果。我创建了必要的任务,我可以编译main.js文件中的所有内容,但是如果我部署在nginx服务器上,它会给我一个错误。 My gulpfile.js(任务,编译) })) 我的tConfig { "compilerOptions": { "target": "ES5", "module": "es2015", "sourceMap": true, "emitDecoratorMe

在我的角度项目中,我整合了吞咽。 我想得到与吞咽ng build相同的结果。我创建了必要的任务,我可以编译main.js文件中的所有内容,但是如果我部署在nginx服务器上,它会给我一个错误。 My gulpfile.js(任务,编译)

}))

我的tConfig

{
  "compilerOptions": {
     "target": "ES5",
     "module": "es2015",
     "sourceMap": true,
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "moduleResolution": "node",
     "removeComments": false
   }

 }
{
  "compilerOptions": {
     "target": "ES5",
     "module": "es2015",
     "sourceMap": true,
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "moduleResolution": "node",
     "removeComments": false
   }

 }