-
Notifications
You must be signed in to change notification settings - Fork 31
Updates fibers to 3.0 to support node >=10 #132
Conversation
Something with the Babel compiling went wrong:
|
Yep, it doesn't work at master for me. Will fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments
"add-module-exports", | ||
{ | ||
"plugins": [ | ||
"rewire", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's only use this plugin in testing environment
@@ -1,15 +1,24 @@ | |||
{ | |||
"passPerPreset": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we need this option, happy to bump up the node target to 8
Сan not fix it. Current package.json with updated fibers produce a real mess of babel 6 and 7.beta dependencies. Don't have time to deal with it. |
Updates fibers to 3.0 to support node >=10
Fixed webdriverio-boneyard/wdio-cucumber-framework#153