capricorncd
capricorncd
暂时莫法解决 ...
Windows ```shell winget install -e --id Microsoft.VCRedist.2015+.x64 winget install -e --id Microsoft.VisualStudio.2022.BuildTools --override "--wait --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended" ```  > Building wheel for insightface (pyproject.toml) ... done
使用webpack1打包的时候不压缩js,打包后再用gulp或grunt的uglify压缩,设置其参数ie8:true,这样就可以将对象属性如class加上引号'class',xxx.class编译成xxx['class']。