vazco / universe-modules

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

Cannot get the modules to work with packages #10

Closed vjau closed 9 years ago

vjau commented 9 years ago

Hi, i'm trying to get the modules to work with packages. I have created a package with one module file. I think everything is set up correctly. But the module is not found by System.import() in the main app. Small repos demonstrating the problem here : https://github.com/vjau/es6inpackages Thank you !

vjau commented 9 years ago

Nevermind, one superfluous js ! Sorry.