微信小程序WXML压缩工具
npm install wxml-minifier微信小程序 WXML 压缩工具
``bash`
npm i -D wxml-minifier
minifier(resource[, options])
`js
const minifier = require('wxml-minifier')
const wxmlStr =
const minified = minifier(wxmlStr)
console.log(minified) //
名称 | 类型 | 默认值 | 功能
:-- | :-- | :-- | :--
whitespace | Boolean | true | 移除 wxml 多余的空格Boolean
comment | | true` | 移除所有的注释