bryanrsmith / aurelia-binding-loader

An Aurelia loader for using any module directly from a view template
MIT License
11 stars 1 forks source link

Issue while using it with Babel version 5.8.38 #1

Open shaunnmukmen opened 8 years ago

shaunnmukmen commented 8 years ago

I am trying to use this loader in my aurelia app and I am getting this error -

ReferenceError: Unknown plugin "transform-es2015-modules-systemjs" at PluginManager.subnormaliseString (http://localhost:9000/jspm_packages/npm/babel-core@5.8.38/browser.js:9817:13) at PluginManager.add (http://localhost:9000/jspm_packages/npm/babel-core@5.8.38/browser.js:9860:40) at File.buildTransformers (http://localhost:9000/jspm_packages/npm/babel-core@5.8.38/browser.js:8283:21) at new File (http://localhost:9000/jspm_packages/npm/babel-core@5.8.38/browser.js:8185:10) at Pipeline.transform (http://localhost:9000/jspm_packages/npm/babel-core@5.8.38/browser.js:13515:16) at l.o (http://localhost:9000/jspm_packages/system.js:4:19819) at http://localhost:9000/jspm_packages/system.js:4:19203

npm version - 3.8.3 jspm version - 0.16.35

As can be seen in the exception above, Babel version is - 5.8.38. And I have this plugin - "transform-es2015-modules-systemjs" in my babel config in config.js.

Please do help... Thank you...

bryanrsmith commented 8 years ago

Can you provide a repro? Does it work with the current version of Babel?