mikach / requirejs-babel

An AMD loader plugin for Babel
117 stars 32 forks source link

require('es6!mymodule') returns {} #2

Closed hipertracker closed 9 years ago

hipertracker commented 9 years ago

For unknown reasons require('es6!mymodule') always returns empty object {}. I created a project to reproduce the bug https://github.com/hipertracker/react-babel

hipertracker commented 9 years ago

All works. I was using that plugin in wrong way. I updated my repo