ng build --prod不会生成dist文件夹(角度7)

时间:2019-06-02 13:01:17

标签: javascript json angular angular-cli angular7

  • 运行 ng构建会生成dist文件夹
  • 运行 ng build --prod 成功,但不会生成

重新加载了VS代码,刷新后检查了角度cli,无济于事。 enter image description here enter image description here

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": []
      },

0 个答案:

没有答案