当我运行ng-build
时,它会导出文件index.html和js .. onside文件夹dist。
我想将文件index.html移动到外部文件夹dist并编辑链接
<script type="text/javascript" src="dist/inline.bundle.js"></script>
但找不到文件图片,.woff ......
我尝试编辑基础href =“dist /”,但是当运行app时,域名是localhost / dist / index.html我不想要这个。
那么,当ng-build
仍然可以找到时,我如何在root之外更改index.html?