Hello there. Building my first application using Ionic2 so i’m into a little trouble. Since all documentation an tutorials i’ve seen are using Typings and not Rollup, i’m getting a little confused about my imports and dependencies.
Using RC0 i’m receiving ‘does not export MeteorReactive’ for ‘angular2-meteor’ out of the box. This happens with a couple other packages I tried to install.
Is there a global solution? Should i work on the node_modules packages one by one?
I saw angular2-meteor package already has a rollup.config.js, but couldn’t judge if it was correct.
Learning a lot from the forums! Thanks already for your reply!