Closed Removed-5an closed 9 years ago
@5an1ty System.js assumes cjs format for npm packages. react-forms/lib/index.js has no import or export statements, so the transpiler is not invoked.
https://github.com/jspm/jspm-cli/blob/master/docs/getting-started.md Note modules are only detected as ES6 when module syntax is present.
Thanks a lot, that explains it.
If you need help with the override here further just let me know.
I'm writing an application in react and everything is working fine except installing react-forms. It seems like jspm/systemjs/babel is not transpiling the jsx in that package... I have no clue why.
example:
then in your js: