deepkolos / three-platformize

一个让 THREE 平台化的项目,目前已适配微信,淘宝,头条小程序,微信小游戏
533 stars 82 forks source link

微信小程序引入js文件引入插件报错 #20

Closed huguodong closed 3 years ago

huguodong commented 3 years ago

import * as THREE from 'three-platformize'; import WechatPlatform from 'three-platformize/src/WechatPlatform';

three-platformize可以正常引入 提示Error: module "pages/index/three-platformize/src/WechatPlatform.js" is not defined

deepkolos commented 3 years ago

需要使用rollup等打包工具,编译一下,可以参考

https://github.com/deepkolos/three-platformize-demo-wechat-simple