-
Creator 版本: 3.7.1
-
目标平台:
在构建手机Web端时提示
‘Writer’ is not exported by file:///D:/…/node_modules/protobufjs/index.mjs
使用了protobufjs, 本地运行时OK的,但是无法进行构建
Creator 版本: 3.7.1
目标平台:
在构建手机Web端时提示
‘Writer’ is not exported by file:///D:/…/node_modules/protobufjs/index.mjs
使用了protobufjs, 本地运行时OK的,但是无法进行构建
打包后mjs?
有点没太懂,mjs不是protobufjs的自带文件吗?这个不能构建吗
看了一下确实没有index.mjs文件,是个index.d.ts文件,这个构建是自动进行的,怎么修改呀