-
-
Notifications
You must be signed in to change notification settings - Fork 197
Use dist/index.js
as the package's entry point
#178
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
Conversation
I get this bug when I try to upgrade to v4 as well. Hope this bug will be fixed soon. |
The appveyor failure looks like a permission issue, so hopefully a false negative 🤞 |
@adi-pjackson Thx cc @jhnns Sry for making stress here 😛 but this one is important and should be temporarily fix the issue |
Damn it! 😁 Thx for the PR 👍 @michael-ciniawsky Is this a bug in webpack-defaults? Or should we use ES2015 modules everywhere? |
@jhnns Yep, seems it works with I tried updating to Maybe even just stick to |
Yes. To be honest, I'm not very comfortable to build something and immediately release it without testing it. I'm paranoid in this regard ^^
Yes, I think so. Makes some things easier and CommonJS is just fine for Node.js. |
Yep, not a bad habit when it comes to code 😛 . Should I nevertheless send PR (can be closed) or better omit unnessecary noise and you take a look later own your own? |
What do you mean? ^^ The issue is fixed now... |
Temporarily fixed 😉 You can not use |
Potential fix for #177