Closed
Description
Calling #= require ./other_file
, in a .js.jsx.coffee
file no longer seems to work in version 1.4.2 and above. The file is not evaluated - tested by putting a console.log
at the top of the required file.
Changing the extension to .js.jsx
and calling //= require ./other_file
works as expected.
Last version of react-rails
where it worked as expected was 1.3.3
.
Setting config.react.jsx_transformer_class = React::JSX::JSXTransformer
does not fix the issue.
Metadata
Metadata
Assignees
Labels
No labels