systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
82 stars 33 forks source link

nodejs harmony #27

Closed Alphapage closed 8 years ago

Alphapage commented 8 years ago

Hello,

The issue is related to https://github.com/systemjs/systemjs/issues/1173.

I think systemjs or the plugin doesn't care about the nodejs environment, so it tries to require('path') from current folder. Any idea ?

guybedford commented 8 years ago

We build babel plugins with jspm here for inclusion. See how this is done in the build-babel folder here. I'm tracking a modern browser build in https://github.com/systemjs/plugin-babel/issues/28 skipping supported ES6 features.