代码之家  ›  专栏  ›  技术社区  ›  Limpuls

ng build--prod不生成dist文件夹

  •  1
  • Limpuls  · 技术社区  · 7 年前

    ng build --prod

       chunk {0} runtime.ec2944dd8b20ec099bf3.js (runtime) 1.44 kB [entry] [rendered]
    chunk {1} main.8cc815547c2028732f44.js (main) 324 kB [initial] [rendered]
    chunk {2} polyfills.1830021e03d1c0db3030.js (polyfills) 59.6 kB [initial] [rendered]
    chunk {3} styles.c749130dfed64f175ac0.css (styles) 55 bytes [initial] [rendered]
    
    1 回复  |  直到 7 年前
        1
  •  1
  •   alokstar    7 年前

    尝试重新加载IDE!有时,新生成的文件夹不会立即编制索引。您可以通过资源管理器而不是IDE实际转到项目文件夹位置来确定是否创建了文件夹。

    推荐文章