I tried using the following line in a JSX file, to include all files from a folder of components, but it doesn't work: ``` // =require_tree widgets ``` The same line in a `.js` file works fine.
I tried using the following line in a JSX file, to include all files from a folder of components, but it doesn't work:
The same line in a
.jsfile works fine.