-
Notifications
You must be signed in to change notification settings - Fork 376
Missing babel-runtime dependency in packages #211
Comments
Also
..
var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
.. |
|
@MisterTicot is right. Could you please move the babel-runtime dependency into the packages? We are blocked by this simple update and want to avoid unnecessary workarounds. |
This was probably fixed early November and should be released by now. Could someone check? Removing the transform-runtime plugin leads to inlined babel-runtime code instead of the require statement. |
Looks like all packages need a rebuild. @ledgerhq/hw-transport-node-hid is still on 4.24.0. This is probably because lerna did not detect a code change. |
Fixed in the current release 4.33.3:
|
No it's not. Now you need to install
Before loading/using the library. |
@MisterTicot could you open a new issue for the regenerator-runtime dependency now that babel-runtime is not a dependency anymore? |
It seems that
@ledgerhq/hw-transport-node-hid
is requiringbabel-runtime
, but it is not included as a dependency in that particularpackage.json
.Steps to reproduce
babel-runtime
, as for example in ledger-btc-test.babel-runtime@6.26.0
to the executing project resolves the issue.Error
The text was updated successfully, but these errors were encountered: