Angular cli配置路径别名

时间:2017-12-12 17:06:57

标签: angular webpack angular-cli

在我的项目中,我有一个fallowing文件夹结构 enter image description here

background.component.scss有以下代码:



.modal-overlay {
  background: url(assets/img/bg-image.png) no-repeat center center fixed;
}




运行ng服务我有以下错误:

  

错误   ./node_modules/custom-repo/javascript/background.component.css模块   找不到:错误:无法解析' ./ assets / img / bg-image.png'在' / site / node_modules / custom-repo / javascript'

我知道文件夹结构存在问题!但问题是,是否有任何解决方法?由于它是一个外部模块,我无法更改文件夹结构。 我可以将 ALIAS 设置为匹配" site / node_modules / custom-repo / javascript"到" site / node_modules / custom-repo / resources" ??

angular.cli看起来像这样: enter image description here

0 个答案:

没有答案