-
-
Notifications
You must be signed in to change notification settings - Fork 228
"ReferenceError: babelHelpers is not defined" in version 0.10.2 (not in 0.10.1) #160
Comments
@virgofx since you worked on the 0.10.2 changes, may you have a look? |
@FezVrasta external-helpers should be added only for rollup build. For babeled files it shouldn't not be added. |
Here it can be moved to rollup config |
Investigating |
0.10.3 fixes it |
@TrySound @davidxmoody Can you check 0.10.3 and confirm fixed? |
The babelhelpers are not referenced in the file anymore so hopefully yes. https://unpkg.com/react-popper@0.10.3/lib/Manager.js But I just noticed that the |
I actually didn't change the package.json file (not too familiar with the Should the main point to the |
also consider |
0.10.3 introduces another problem. |
Fixed in 65c3fb5 |
0.10.4 should be fine hopefully |
Reproduction demo
Steps to reproduce the problem
What is the expected behavior?
It should compile.
What went wrong?
I get the following error:
Any other comments?
Installing 0.10.1 manually fixes the problem. I can provide more info if necessary although given that the new version was only just released, I was hoping it would be an obvious fix.
Packages versions
The text was updated successfully, but these errors were encountered: