We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最近babel 推荐 用 env 取代 es2015 以及之后的版本 ,在wepy.config.js 中修改后会报错 util is not defined !
The text was updated successfully, but these errors were encountered:
试试
npm install wepy-cli@1.5.9-2
或者:
babel: { 'sourceMap': true, 'presets': [ 'env' ], 'plugins': [ 'babel-plugin-transform-class-properties', 'transform-export-extensions', 'syntax-export-extensions' ] }
Sorry, something went wrong.
OK
No branches or pull requests
最近babel 推荐 用 env 取代 es2015 以及之后的版本 ,在wepy.config.js 中修改后会报错 util is not defined !
The text was updated successfully, but these errors were encountered: