aliyun / api-gateway-nodejs-sdk

The API Gateway SDK for Node.js
MIT License
106 stars 23 forks source link

build Failed to minify the code from this file #20

Closed didmehh closed 6 years ago

didmehh commented 6 years ago

报错信息:

Failed to compile.

Failed to minify the code from this file: 

    ./node_modules/httpx/lib/index.js:53 

Read more here: http://bit.ly/2tRViJ9

使用的react,脚手架是create-react-app.

出现这个问题,似乎是编译不通过.

压缩出错解释.

我打算尝试使用第三个方法来尝试解决.就是不知道出现这个问题,是因为什么原因. 是上面那样说的,因为没有预编译吗

JacksonTian commented 6 years ago

该模块不支持在前端使用。

didmehh commented 6 years ago

那就是没有适用前端的了吗?