king2088 / vue-3d-loader

VueJS and threeJS 3d viewer plugin
https://king2088.github.io/vue-3d-loader-docs
MIT License
222 stars 38 forks source link

perf: cancel sourcemap and modify onResize method name #38 #94

Closed LZHD closed 8 months ago

LZHD commented 8 months ago
productionSourceMap: false //取消生成sourceMap,减小包体积
css: { extract: false } // css 样式内置,文档里面好像没有引入样式的说明

在用 uni-app 创建的 H5 项目中 onResize 和页面生命周期 onResize 冲突导致调用方法报错 undefined,所以修改了方法名,对应的问题有 #2 和 #38

LZHD commented 8 months ago

vue3 版本还没试,不知道有没有类似的问题