Skip to content

Commit 986c2a0

Browse files
jinkerCap32
authored andcommitted
bugfix: image in label transform wrong
the wrong transformation: ``` <label wx:if="{{activity.qrcode_url}}" bindtap="showQrCode" class="button small yellow"> <image class="btn-img" src="./image/icon_redpacket.png"/>更多红包 </label> ``` to ``` <image class="btn-img" src="./image/icon_redpacket.png"/>更多红包 <label wx:if="{{activity.qrcode_url}}" bindtap="showQrCode" class="button small yellow"></label> ```
1 parent d88ed94 commit 986c2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const extract = (src, __webpack_public_path__) => {
2929
};
3030

3131
const defaultMinimizeConf = {
32-
html5: false,
32+
html5: true,
3333
removeComments: true,
3434
removeCommentsFromCDATA: true,
3535
removeCDATASectionsFromCDATA: true,

0 commit comments

Comments
 (0)