首页 > 解决方案 > ng build --prod 不生成 dist 文件夹(角度 7)

问题描述

已重新加载 VS 代码,刷新,检查 angular cli,但无济于事。 在此处输入图像描述 在此处输入图像描述

可能有用的angular.json片段:

  "options": {
        "outputPath": "dist",
        "index": "src/index.html",
        "main": "src/main.ts",
        "polyfills": "src/polyfills.ts",
        "tsConfig": "src/tsconfig.app.json",
        "assets": [
          "src/assets"
        ],
        "styles": [
          "src/styles.scss"
        ],
        "scripts": []
      },

标签: javascriptjsonangularangular-cliangular7

解决方案


推荐阅读