Closed hermanbanken closed 4 years ago
I added some more changes: updated to RxJS 4 as well.
The functionality stays exactly the same, but is using the newest dependencies.
@staltz you should give @hermanbanken write access to your repository so that this parent repo can stay alive.
Update all dependencies to latest/newer version.
Using an updated Node and npm I was not able to build the current master. These changes were required to make things compile again. Maybe verify I did the right thing here @staltz.
One of the things that changed since the previous Babel version is that Babel is now by default not applying the es2015 preset. By using the new
.babelrc
it is.Furthermore it seems that node is no longer generating
node_modules
folders inside deepernode_modules/<library>
folders. This triggered me to rework the complete set of build scripts.