veliovgroup / jazeee-meteor-spiderable

Fork of Meteor Spiderable with longer timeout, caching, better server handling
https://atmospherejs.com/jazeee/spiderable-longer-timeout
33 stars 9 forks source link

[Suggestion] ES6 Support for Iron:router #54

Closed kenshinman closed 6 years ago

kenshinman commented 6 years ago

Will there be an upgrade soon to support routers that use ES6

Been having issues with iron router showing the 'Splash Screen' and on investigation (thanks to @dr-dimitru for the help too), It turned out that the problem was because it didn't support es6.

dr-dimitru commented 6 years ago

Hello @kenshinman ,

  1. This is not Iron:router issue. It's Meteor's issue as it doesn't transpiles NPM modules written in ES6
  2. This issue is widely discussed in #50 , take a look at it
  3. Suggestion to move from phantomjs to other rendering solution is in #51 , while it's reasonable we haven't found an easy way to do so in terms of one package, nor found stable enough solution.

Closing this one in favor of #51 Feel free to reopen it in case if the issue still persists on your end.