vazco / universe-modules

Use ES6 / ES2015 modules in Meteor with SystemJS
https://atmospherejs.com/universe/modules
MIT License
52 stars 7 forks source link

is this package just for modules? #21

Closed dcsan closed 9 years ago

dcsan commented 9 years ago

or should other es6 syntax be enabled in your demo app? I was not able to get any other basic stuff to run:

https://forums.meteor.com/t/universe-modules-use-es6-es2015-modules-in-meteor-today/6764/29?u=dcsan

thanks

MacRusher commented 9 years ago

This package add modules on top of Meteor ecmascript package so everything else should also work. But you need to use .import.js extension, not just .js (Sanjo already explained this in the forums)