christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.4k stars 292 forks source link

Errors with .jsx files #50

Closed gottsohn closed 8 years ago

gottsohn commented 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.

christianalfoni commented 8 years ago

Jup, true! If you want you can make a pull request and check for both file types in the test :)