html-webpack-inject-attributes-plugin icon indicating copy to clipboard operation
html-webpack-inject-attributes-plugin copied to clipboard

Easy and powerful way to add ext attributes to tag with html-webpack-plugin

Results 1 html-webpack-inject-attributes-plugin issues
Sort by recently updated
recently updated
newest added

get(webpackConfig, 'plugins', []).push( // new ScriptExtHtmlWebpackPlugin({ // appendAttributes: { // 'crossorigin': 'anonymous', // }, // }), new htmlWebpackInjectAttributesPlugin({ inject: "true", async: true }) ) ScriptExtHtmlWebpackPlugin 和htmlWebpackInjectAttributesPlugin 这两个插件都加不上属性 不知道什么原因