wxml-loader
wxml-loader copied to clipboard
upgrade loader-utils to handle `cloud://...` url
云开发存储的文件可以在 wxml 里用的组件以 cloud://... 为地址使用:
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/storage.html
例如:
<image src="cloud://foo.bar/fixture.gif" />