如何配置 html-loader 以用正确的路径替换我的 ng-src 属性?我有一个遗留应用程序,它有类似的东西 -
<img ng-src="{{path}}/test.jpg" />
如何配置 html-loader 以用正确的路径替换我的 ng-src 属性?我有一个遗留应用程序,它有类似的东西 -
<img ng-src="{{path}}/test.jpg" />
查看文档的示例部分(https://github.com/webpack/html-loader):
&attrs[]=img:ng-src