1.0.1 • Published 5 years ago
html-tag-remove-plugin v1.0.1
##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 :