-
Notifications
You must be signed in to change notification settings - Fork 54
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
v0.1.3 is breaking changes? #31
Labels
Comments
hmm... |
Alright, thank's. Would be great to publish a major for breaking changes like that 👍 |
this plugin needs to use itself :P |
jquense
added a commit
to jquense/babel-plugin-add-module-exports
that referenced
this issue
Apr 26, 2016
This was referenced Apr 26, 2016
Closed
It is on track actually 😄 #10 |
59naga
added a commit
that referenced
this issue
Apr 26, 2016
fix #31 plugin should export using module.exports
this issue has been resolved in |
iam4x
added a commit
to savemysmartphone/babel-preset-save
that referenced
this issue
Apr 27, 2016
This reverts commit 3c9d679. See 59naga/babel-plugin-add-module-exports#31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We use this plugin in our babel preset (https://github.com/savemysmartphone/babel-preset-save), the minor update broke our builds.
I had to suffix the
require()
call to the plugin with.default
see here: savemysmartphone/babel-preset-save@3c9d679Is this normal behaviour? What happened? I can't find in the commit, this is just for personal knowledge. Thanks.
The text was updated successfully, but these errors were encountered: