npm包路径问题
- 当前 Bug 的表现(可附上截图)
```sh
sdk uncaught third Error
module “xxx/yyy” is not defined.
Error: module “xxx/yyy” is not defined.
```
- 预期表现
正常加载
- 复现路径
- 提供一个最简复现 Demo
const clone = require(‘lodash-es/clone’);
```sh
sdk uncaught third Error
module “xxx/yyy” is not defined.
Error: module “xxx/yyy” is not defined.
```
正常加载
const clone = require(‘lodash-es/clone’);