html-tag-remove-plugin
v1.0.1
Published
删除html模板中的打tag标签属性的节点
Downloads
3
Readme
##html-tag-remove-plugin 删除 包含 指定属性的html 标签 设置 参数 webpack.config.js plugins:[ new HtmlTagRemovePlugin({ target: 'appweb', // h5web //appweb debug: false }) ]
eg:
1: target=appweb 删除 tag=h5属性的 结构 1 :
2: target=h5web 删除 tag=app属性的 结构 2 :