I'm looking for a way to use ES6 Modules (import/export) syntax in my current RequireJS project. I can run my project directly in a recent browser, without build or Babel transformation. I build my project with r.js and Babel only for production.
We would like to start building ES6 modules and use it with requireJS. Is there a way to do that ?
NB : RequireJS does not load dependencies written in ES6.