guozimo

Results 2 issues of guozimo

I am a front-end developer. I use react-lazy-load-image-component in my development, but I have encountered situations where image loading is abnormal during use. I don't know what caused it. If...

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