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
Description having a dependency with provides a common and a es6 version causes problems with webpack when creating the action bundle.
for example: MikeMcl/big.js#95
Solution
The solution is to change the module resolution order in webpack.
The text was updated successfully, but these errors were encountered:
fix(package): ensure correct module resolution order
9a3aa70
fixes #1228
fix(package): ensure correct module resolution order (#1229)
ad59326
chore(release): 6.0.3 [skip ci]
2bf34a6
## [6.0.3](v6.0.2...v6.0.3) (2019-11-15) ### Bug Fixes * **package:** ensure correct module resolution order ([#1229](#1229)) ([ad59326](ad59326)), closes [#1228](#1228)
🎉 This issue has been resolved in version 6.0.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
Description
having a dependency with provides a common and a es6 version causes problems with webpack when creating the action bundle.
for example: MikeMcl/big.js#95
Solution
The solution is to change the module resolution order in webpack.
The text was updated successfully, but these errors were encountered: