Closed hipertracker closed 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
require('es6!mymodule')
{}
All works. I was using that plugin in wrong way. I updated my repo
For unknown reasons
require('es6!mymodule')
always returns empty object{}
. I created a project to reproduce the bug https://github.com/hipertracker/react-babel