-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Invalid assignment #37
Comments
使用的是cocos |
我遇到的问题是,直接npm install nebpay.js --save
然后直接 import {NebPay} from 'nebpay.js';(typescript)
在编译的时候报错:
Build Failed: GulpUglifyError: unable to minify JavaScript
Caused by: SyntaxError: Invalid assignment
File: /project.js
但是 nebulas 这个依赖就没有问题
The text was updated successfully, but these errors were encountered: