You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get an isomorphic / universal setup configured with a ExpressJs / ReactJs / JSPM stack.
The issue I have currently is that JSPM requires that I append JSX modules with the .jsx! suffix in order transpile them, so my component dependancies expected filenames are different from the server template to the browser component.
Is there a way to NOT use the jsx suffix? In my mind, there would be nothing bad if we just assumed that ALL files where JSX when told to. Can I configure this?
The text was updated successfully, but these errors were encountered:
I am trying to get an isomorphic / universal setup configured with a ExpressJs / ReactJs / JSPM stack.
The issue I have currently is that JSPM requires that I append JSX modules with the .jsx! suffix in order transpile them, so my component dependancies expected filenames are different from the server template to the browser component.
Is there a way to NOT use the jsx suffix? In my mind, there would be nothing bad if we just assumed that ALL files where JSX when told to. Can I configure this?
The text was updated successfully, but these errors were encountered: