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
RT,如:https://github.com/alibaba/rax/blob/master/packages/universal-panresponder/src/index.js#L435
这种代码风格在
{ loader: 'babel-loader', presets: [ ['env', { modules: false }] ] }
下会导致报错,官方也不推荐这两种风格混合使用,相关issue:
almende/vis#2934 webpack/webpack#4039 (comment) webpack/webpack#3491 https://stackoverflow.com/questions/42449999/webpack-import-module-exports-in-the-same-module-caused-error
The text was updated successfully, but these errors were encountered:
抱歉带来困扰,确实不应该混用 ESM/CommonJS 两种模块导出规范。
如果方便的话可以提交 PR 帮助我们修复这些问题
Sorry, something went wrong.
No branches or pull requests
RT,如:https://github.com/alibaba/rax/blob/master/packages/universal-panresponder/src/index.js#L435
这种代码风格在
下会导致报错,官方也不推荐这两种风格混合使用,相关issue:
almende/vis#2934
webpack/webpack#4039 (comment)
webpack/webpack#3491
https://stackoverflow.com/questions/42449999/webpack-import-module-exports-in-the-same-module-caused-error
The text was updated successfully, but these errors were encountered: