capricorncd

Results 13 comments of 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" ``` ![2023-09-25-204529](https://github.com/deepinsight/insightface/assets/25501698/c77ccdf9-7f63-4186-9703-f9d28ad61bdb) > Building wheel for insightface (pyproject.toml) ... done

使用webpack1打包的时候不压缩js,打包后再用gulp或grunt的uglify压缩,设置其参数ie8:true,这样就可以将对象属性如class加上引号'class',xxx.class编译成xxx['class']。