You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
question is in the title. I know that transpilation was built in to meteor 1.2 with the ecmascript plugin (via babel), but I cant figure out how to do this with an npm package... is it possible?
I havnt done much work with transpilation, but I am beginning to believe the easiest way to tackle this may be to fork the es6 version transpile it to es5 and republish it to npm which seems like a bit of work but maybe the path of least resistance...
Can anyone confirm this is an issue with meteorhacks:npm or point me in a different direction?
The text was updated successfully, but these errors were encountered:
question is in the title. I know that transpilation was built in to meteor 1.2 with the ecmascript plugin (via babel), but I cant figure out how to do this with an npm package... is it possible?
I havnt done much work with transpilation, but I am beginning to believe the easiest way to tackle this may be to fork the es6 version transpile it to es5 and republish it to npm which seems like a bit of work but maybe the path of least resistance...
Can anyone confirm this is an issue with meteorhacks:npm or point me in a different direction?
The text was updated successfully, but these errors were encountered: