Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
现象:
调试过程发现resolve包中的sync文件中isCore函数 当前node认为crypto为node的内置对象或方式时,直接返回字符串‘crypto’,而不是带node_module的模块地址,导致recusiveRequire函数读取该路径发生错误。
另外node_module的js文件是否可以通过webpack-babel的编译,而不是直接复制,因为这会导致代码中这些process的对象在小程序runtime的时候发错,对象找不到的错误