Closed gottsohn closed 8 years ago
The webpack loader doesn't compile .jsx files with the babel loader. Adjusting the test param from .js$ to .jsx?$ should do the trick.
.js$
.jsx?$
Jup, true! If you want you can make a pull request and check for both file types in the test :)
The webpack loader doesn't compile .jsx files with the babel loader. Adjusting the test param from
.js$
to.jsx?$
should do the trick.