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
https://github.com/ecomfe/echarts/blob/master/src/component/toolbox/ToolboxView.js#L41 函数名为 process 。 webpack production 打包,会将 process 优化为
{ env: { NODE_ENV: 'production' } }
所以编译报错。
规范一下函数命名。建议修改函数名
The text was updated successfully, but these errors were encountered:
0af210f
No branches or pull requests
One-line summary [问题简述]
https://github.com/ecomfe/echarts/blob/master/src/component/toolbox/ToolboxView.js#L41
函数名为 process 。
webpack production 打包,会将 process 优化为
所以编译报错。
Expected behaviour [期望结果]
规范一下函数命名。建议修改函数名
The text was updated successfully, but these errors were encountered: